Click or drag to resize
UtilsAsyncInvokeT1, T2, T3, T Method (FuncT1, T2, T3, T, T1, T2, T3)

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public static IPromise<T> AsyncInvoke<T1, T2, T3, T>(
	Func<T1, T2, T3, T> method,
	T1 arg1,
	T2 arg2,
	T3 arg3
)

Parameters

method
Type: SystemFuncT1, T2, T3, T
arg1
Type: T1
arg2
Type: T2
arg3
Type: T3

Type Parameters

T1
T2
T3
T

Return Value

Type: IPromiseT
See Also