Result Properties |
The Result type exposes the following members.
| Name | Description | |
|---|---|---|
| HasValue | Has the future value been set yet. | |
| IsCancelled | Was the future result value canceled. This may have been due to an exception in the task that was populating the future result value. | |
| Value | The future result value. |