PolicySetTimeouts Method

Set socketTimeout and totalTimeout. If totalTimeout defined and socketTimeout greater than totalTimeout, set socketTimeout to totalTimeout.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public void SetTimeouts(
	int socketTimeout,
	int totalTimeout
)

Parameters

socketTimeout  Int32
 
totalTimeout  Int32
 

See Also