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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.7.0 (4.2.7)
Syntax
Parameters
- sleepInterval
- Type: System Int32
- timeout
- Type: System Int32
See Also