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: 5.1.1.0 (5.1.1)
Syntax
C#
public void SetTimeouts( int socketTimeout, int totalTimeout )
Parameters
- socketTimeout
- Type: SystemInt32
- totalTimeout
- Type: SystemInt32
See Also