PromiseTExecuteCallbacks Method |
Execute the stored callbacks for the given condition
Namespace: Innovator.ClientAssembly: 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
)
Protected Sub ExecuteCallbacks (
condition As PromiseTCondition,
arg As Object,
Optional arg2 As Object = Nothing
)
Parameters
- condition
- Type: Innovator.ClientPromiseTCondition
- arg
- Type: SystemObject
- arg2 (Optional)
- Type: SystemObject
See Also