| ibi Patterns - Search 6.0.0 .NET API |
| NetricsServerInterface Constructor (String, Int32, Boolean) |
| See AlsoExample |
![]()
|
Set debug to true to print socket output to stdout.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal host As String, _ ByVal port As Integer, _ ByVal debug As Boolean _ ) |
| C# |
|---|
| public NetricsServerInterface( string host, int port, bool debug ) |
| C++ |
|---|
| public: NetricsServerInterface( String host, int port, bool debug ) sealed |
| J# |
|---|
| public NetricsServerInterface( string host, int port, bool debug ) |
| JScript |
|---|
| public function NetricsServerInterface( host : String, port : int, debug : bool ) |
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
- debug
- Pass true to turn on socket protocol debugging output.