Promise<T> Properties |
The Promise<T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Exception |
Gets or sets the exception if rejected.
(Inherited from FutureBase<T>.) |
![]() | Id |
Gets the identifier of this promise.
(Inherited from PromiseBase<T>.) |
![]() | Result |
Gets or sets the result if resolved.
(Inherited from FutureBase<T>.) |
![]() | State |
Gets or sets the current state.
(Inherited from FutureBase<T>.) |