FutureTThen Method |
Name | Description | |
---|---|---|
Then(Action1T) |
Appends a handler to be executed when the promise is resolved.
| |
ThenR(Function1T, FutureR) |
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, Action1Exception) |
Appends handlers to be executed when the promise is resolved or rejected.
|