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

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, T>(
	Func<T1, T2, T> method,
	T1 arg1,
	T2 arg2
)

Parameters

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

Type Parameters

T1
T2
T

Return Value

Type: IPromiseT
See Also