IJsPromise.Then Method |
Name | Description | |
---|---|---|
![]() | Then(Action<Object>, Action<Object>) |
Appends fulfillment and rejection handlers to the promise.
|
![]() | Then(Func<Object, Object>, Func<Object, Object>) |
Appends fulfillment and rejection handlers to the promise.
|