Connection statistics constructor.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public ConnectionStats( int inPool, int inUse, int opened, int closed )
Parameters
- inPool
- Type: SystemInt32
- inUse
- Type: SystemInt32
- opened
- Type: SystemInt32
- closed
- Type: SystemInt32
See Also