Click or drag to resize
IPromiseDone Method
Callback to be executed when the promise completes successfully

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
IPromise Done(
	Action<Object> callback
)

Parameters

callback
Type: SystemActionObject

Return Value

Type: IPromise
See Also