Click or drag to resize
PromiseT Properties

The PromiseT generic type exposes the following members.

Properties
  NameDescription
Public propertyInvoker
Public propertyIsComplete
Indicates that the operation completed (either successfully or with an error)
Public propertyIsRejected
Whether an error occurred causing the promise to be rejected
Public propertyIsResolved
Whether the promise completed successfully
Public propertyPercentComplete
The progress of the promise represented as an integer from 0 to 100
Public propertyValue
The result of the promise. Only valid if IsResolved is true
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIPromiseValue
The result of the promise. Only valid if IsResolved is true
Top
See Also