Click or drag to resize
IPromiseTAlways Method
Callback to be executed when the promise completes regardless of whether an error occurred

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

Parameters

callback
Type: SystemAction

Return Value

Type: IPromiseT
See Also