IndexTask MethodsAerospike
The IndexTask type exposes the following members.
Methods

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