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