IPromiseTDone Method (ActionT) |
Callback to be executed when the promise completes successfully
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IPromise<T> Done(
Action<T> callback
)
Function Done (
callback As Action(Of T)
) As IPromise(Of T)
Parameters
- callback
- Type: SystemActionT
Return Value
Type:
IPromiseTSee Also