AerospikeExceptionTimeout(Int32, Boolean) Constructor

Create timeout exception.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 6.1.0
C#
public Timeout(
	int totalTimeout,
	bool inDoubt
)

Parameters

totalTimeout  Int32
 
inDoubt  Boolean
 

See Also