Click or drag to resize

ResultT Properties

The ResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyHasValue
Has the future value been set yet.
(Inherited from Result.)
Public propertyIsCancelled
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.)
Public propertyValue
The future value.
Top
See Also