ResultT Class |
The ResultT type exposes the following members.
| Name | Description | |
|---|---|---|
| HasValue |
Has the future value been set yet.
(Inherited from Result) | |
| 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.
(Inherited from Result) | |
| Value | The future value. |
| Name | Description | |
|---|---|---|
| (ResultT to T) | Implicit conversion from Result.Value to value. |