Click or drag to resize
PromiseTDone 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
public IPromise<T> Done(
	Action<T> callback
)

Parameters

callback
Type: SystemActionT

Return Value

Type: IPromiseT

Implements

IPromiseTDone(ActionT)
See Also