public void Fulfill( TResult result, System.bool notifyImmediately, System.int delay )
Parameters
- result
- result to be passed to succeeded handler
- notifyImmediately
- true to immediately notify handlers, false to automatically decide whether to call handlers immediately or asynchronously.
- delay
- optional delay after which the handlers are notified on the UI thread.