Set the ibi™ Patterns - Search listen port.


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

Syntax

Visual Basic (Declaration)
Public Sub setPort( _ 
   ByVal port As Integer _ 
)
C#
public void setPort(
   int port
)
C++
public:
 void setPort(
   int port
) sealed 
J#
public void setPort(
   int port
)
JScript
public  function setPort(
   port : int
)

Parameters

port
the port number to use when connecting.

Remarks

This sets the port to use when connecting to the ibi™ Patterns - Search Server. This doesn't affect NetricsServerInterface or NetricsTransactions objects already created via this object.

See Also