ResultT Properties |
The ResultT generic 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.
|