Wait for asynchronous task to complete using given sleep interval and timeout in milliseconds.
If task is not complete by timeout, an exception is thrown. Do not timeout if timeout set to
zero.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public void Wait( int sleepInterval, int timeout )
Parameters
- sleepInterval
- Type: SystemInt32
- timeout
- Type: SystemInt32
See Also