The BaseTask type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BaseTask |
Initialize task that has already completed.
|
![]() | BaseTask(Cluster, Policy) |
Initialize task with fields needed to query server nodes.
|
Methods
Name | Description | |
---|---|---|
![]() | IsDone |
Has task completed.
|
![]() | QueryIfDone |
Query all nodes for task completion status.
|
![]() | Wait |
Wait for asynchronous task to complete using default sleep interval.
|
![]() | Wait(Int32) |
Wait for asynchronous task to complete using given sleep interval.
|
See Also