Click or drag to resize
IPromise Methods

The IPromise type exposes the following members.

Methods
  NameDescription
Public methodAlways
Callback to be executed when the promise completes regardless of whether an error occurred
Public methodCancel
Cancel the operation
(Inherited from ICancelable.)
Public methodDone
Callback to be executed when the promise completes successfully
Public methodFail
Callback to be executed when the promise encounters an error
Public methodProgress
Callback to be executed when the reported progress changes
Top
See Also