PromiseTThen Method |
Name | Description | |
---|---|---|
![]() | Then(Action1T) |
Appends a handler to be executed when the promise is resolved.
(Overrides FutureTThen(Action1T).) |
![]() | ThenR(Function1T, FutureR) |
Appends a handler to be executed when the promise is resolved.
(Inherited from FutureT.) |
![]() | ThenR(Function1T, FutureR) |
Appends a handler to be executed when the promise is resolved.
(Overrides FutureTThenR(Function1T, FutureR).) |
![]() | Then(Action1T, Action1Exception) |
Appends handlers to be executed when the promise is resolved or rejected.
(Overrides FutureTThen(Action1T, Action1Exception).) |
![]() | ThenR(Function1T, FutureR, Action1Exception) |
Appends handlers to be executed when the promise is resolved or rejected.
(Inherited from FutureT.) |
![]() | ThenR(Function1T, FutureR, Action1Exception) |
Appends handlers to be executed when the promise is resolved or rejected.
(Overrides FutureTThenR(Function1T, FutureR, Action1Exception).) |