Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal host As String,  _ 
   ByVal port As Integer _ 
)
C#
public NetricsServerInterface(
   string host,
   int port
)
C++
public:
 NetricsServerInterface(
   String host,
   int port
) sealed 
J#
public NetricsServerInterface(
   string host,
   int port
)
JScript
public function NetricsServerInterface(
   host : String,
   port : int
)

Parameters

host
The hostname of the machine on which the TIBCO Patterns Engine is running
port
The port number on which the TIBCO Patterns Engine is running

See Also