Turn off connection pooling.


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

Syntax

Visual Basic (Declaration)
Public Sub setConnectionPoolingOff()
C#
public void setConnectionPoolingOff()
C++
public:
 void setConnectionPoolingOff() sealed 
J#
public void setConnectionPoolingOff()
JScript
public  function setConnectionPoolingOff()

Remarks

This causes any new NetricsServerInterface or NetricsTransaction objects created to not use connection pooling. This doesn't affect NetricsServerInterface or NetricsTransactions objects already created.

With connection pooling off every command will establish a new connection to the server. The connection will be dropped when the command completes.

See Also