| PromiseT Properties | 
The PromiseT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Exception | 
            Gets or sets the exception if rejected.
            (Inherited from FutureBaseT.) | 
|  | Id | 
            Gets the identifier of this promise.
            (Inherited from PromiseBaseT.) | 
|  | Result | 
            Gets or sets the result if resolved.
            (Inherited from FutureBaseT.) | 
|  | State | 
            Gets or sets the current state.
            (Inherited from FutureBaseT.) | 
 See Also
See Also