ConnectionStats Constructor

Aerospike
Connection statistics constructor.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
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

Reference