IndexTask MembersAerospike

The IndexTask type exposes the following members.
Constructors

  NameDescription
Public methodIndexTask 
Initialize task with fields needed to query server nodes.
Public methodIndexTask(Cluster, String, String)
Initialize task with fields needed to query server nodes.
Back to Top
Methods

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