TaskResultBase
Description
- Derived from
- Extended by
-
TaskResult abstract
TaskResultVoid abstract
Abstract base class for all classes that represent the result of a pending task execution.
Public / Methods
Wait
Waits for the task to finish.
For properly ending a task, the Finish
method (see below) must be called. The task result object and exception information can be obtained then. When Wait returns true
, calling the Finish
method will not block; it will otherwise.
- See also