IJsPromise.Finally Method |
Name | Description | |
---|---|---|
![]() | Finally(Action<Object>) |
Appends the handler that will be invoked if the promise is settled (fulfilled/rejected).
|
![]() | Finally(Func<Object, Object>) |
Appends the handler that will be invoked if the promise is settled (fulfilled/rejected).
|