PolicySetTimeouts Method

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

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public void SetTimeouts(
	int socketTimeout,
	int totalTimeout
)

Parameters

socketTimeout
Type: SystemInt32
totalTimeout
Type: SystemInt32
See Also

Reference