Set connection pooling to local mode.


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

Syntax

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

Remarks

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

When local connection pooling is used the interface object keeps its own pool of connections. It will not share connections with other interface objects.

See Also