Click or drag to resize

Result Properties

The Result type exposes the following members.

Properties
 NameDescription
Public propertyHasValue Has the future value been set yet.
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.
Public propertyValue The future result value.
Top
See Also