| FutureT Properties | 
The FutureT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Exception | 
            Gets or sets the exception if rejected.
            (Inherited from FutureBaseT.) | 
|  | 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