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

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

Parameters

method
Type: SystemFuncT1, T
arg1
Type: T1

Type Parameters

T1
T

Return Value

Type: IPromiseT
See Also