Possible connection pooling policies.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum NetricsServerInterface.ConnectionPoolingPolicy |
| C# |
|---|
| public enum NetricsServerInterface.ConnectionPoolingPolicy |
| C++ |
|---|
| public enum class NetricsServerInterface.ConnectionPoolingPolicy |
| J# |
|---|
| public enum NetricsServerInterface.ConnectionPoolingPolicy |
| JScript |
|---|
| public enum NetricsServerInterface.ConnectionPoolingPolicy |
Members
| Description | |
|---|---|
| None | None : All connections made by this NetricsServerInterface object are transient. |
| Local | Local: This NetricsServerInterface object has its own pool of connections. |
| Shared | Common: This NetricsServerInterface object uses a connection pool that is shared amongst similarly marked NetricsServerInterface objects within the application. |