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 Done(
Action<Object> callback
)
Function Done (
callback As Action(Of Object)
) As IPromise
Parameters
- callback
- Type: SystemActionObject
Return Value
Type:
IPromiseSee Also