Task MethodsAerospike
The Task type exposes the following members.
Methods

  NameDescription
Public methodIsDone
Has task completed.
Public methodQueryIfDone
Query all nodes for task completion status.
Public methodWait 
Wait for asynchronous task to complete using default sleep interval.
Public methodWait(Int32)
Wait for asynchronous task to complete using given sleep interval.
Back to Top
See Also