FutureT Class |
Namespace: FM.IceLink
The FutureT type exposes the following members.
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.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Fail(Action1Exception) |
Appends a handler to be executed when the promise is rejected.
|
![]() | Fail(Function1Exception, FutureT) |
Appends a handler to be executed when the promise is rejected.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Then(Action1T) |
Appends a handler to be executed when the promise is resolved.
|
![]() | Then(Action1T, Action1Exception) |
Appends handlers to be executed when the promise is resolved or rejected.
|
![]() | ThenR(Function1T, FutureR) |
Appends a handler to be executed when the promise is resolved.
|
![]() | ThenR(Function1T, FutureR, Action1Exception) |
Appends handlers to be executed when the promise is resolved or rejected.
|
![]() | ToString | (Inherited from Object.) |
![]() | WaitForPromise |
Blocks the current thread from proceeding
until the future state has been resolved or rejected.
|
![]() | WaitForResult |
Blocks the current thread from proceeding
until the future has a result. Throws an
exception if the promise is rejected.
|
Name | Description | |
---|---|---|
![]() | AsTaskT |
Converts a Future to a .NET Task.
(Defined by FutureExtensions.) |