Click or drag to resize
PromiseTExecuteCallbacks Method
Execute the stored callbacks for the given condition

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
protected void ExecuteCallbacks(
	PromiseTCondition condition,
	Object arg,
	Object arg2 = null
)

Parameters

condition
Type: Innovator.ClientPromiseTCondition
arg
Type: SystemObject
arg2 (Optional)
Type: SystemObject
See Also