Set connection pooling to common mode.


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

Syntax

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

Remarks

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

When common connection pooling is used the interface object will use a pool of connections that is shared with other interface objects using common connection pooling. This mode minimizes the number of new connections that are made to the server.

See Also