Set the ibi™ Patterns - Search host machine.


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

Syntax

Visual Basic (Declaration)
Public Sub setHost( _ 
   ByVal host As String _ 
)
C#
public void setHost(
   string host
)
C++
public:
 void setHost(
   String host
) sealed 
J#
public void setHost(
   string host
)
JScript
public  function setHost(
   host : String
)

Remarks

This changes the host machine for this connection manager. This doesn't affect NetricsServerInterface or NetricsTransactions objects already created via this object.

See Also