Create an object for interacting with an ibi™ Patterns - Search Server.


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

Syntax

Visual Basic (Declaration)
Protected Sub New( _ 
   ByVal host As String,  _ 
   ByVal port As Integer,  _ 
   ByVal debug As Boolean,  _ 
   ByVal pooling_policy As NetricsServerInterface.ConnectionPoolingPolicy _ 
)
C#
protected NetricsServerInterface(
   string host,
   int port,
   bool debug,
   NetricsServerInterface.ConnectionPoolingPolicy pooling_policy
)
C++
protected:
 NetricsServerInterface(
   String host,
   int port,
   bool debug,
   NetricsServerInterface.ConnectionPoolingPolicy pooling_policy
) sealed 
J#
protected NetricsServerInterface(
   string host,
   int port,
   bool debug,
   NetricsServerInterface.ConnectionPoolingPolicy pooling_policy
)
JScript
protected function NetricsServerInterface(
   host : String,
   port : int,
   debug : bool,
   pooling_policy : NetricsServerInterface.ConnectionPoolingPolicy
)

Parameters

host
The hostname or IP address of the machine on which the ibi™ Patterns - Search Server is running.
port
The port number which the ibi™ Patterns - Search Server is listening on
debug
If true output detailed information on all interactions with the server.
pooling_policy
The connection pooling policy to use.

See Also