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

Syntax

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

Parameters

host
The hostname of the machine on which the ibi™ Patterns - Search Server is running
port
The port number on which the ibi™ Patterns - Search Server is running
encodingNum
The encoding number to use for the relevant character set.

See Also