IPromise..::..Then Method
Adds a fulfilledHandler, errorHandler to be called for completion of a promise.
Namespace:
System.Threading.Tasks
Assembly:
Bridge (in Bridge.dll)
Syntax
Parameters
- fulfilledHandler
- Type: System..::..Delegate
The fulfilledHandler is called when the promise is fulfilled
- errorHandler
- Type: System..::..Delegate
The errorHandler is called when a promise fails.
- progressHandler
- Type: System..::..Delegate