Click or drag to resize

FutureTThen Method

Overload List
  NameDescription
Public methodThen(Action1T)
Appends a handler to be executed when the promise is resolved.
Public methodThenR(Function1T, FutureR)
Appends a handler to be executed when the promise is resolved.
Public methodThen(Action1T, Action1Exception)
Appends handlers to be executed when the promise is resolved or rejected.
Public methodThenR(Function1T, FutureR, Action1Exception)
Appends handlers to be executed when the promise is resolved or rejected.
Top
See Also