BaseTask Wait Method (Int32, Int32)Aerospike
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: 4.1.6.0 (4.1.6)
Syntax

Parameters

sleepInterval
Type: System Int32
timeout
Type: System Int32
See Also