RegisterTask MembersAerospike

The RegisterTask type exposes the following members.
Methods

  NameDescription
Public methodIsDone
Query all nodes for task completion status.
(Overrides Task IsDone .)
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