Click or drag to resize
UtilsAsyncInvokeT Method (FuncT)

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

Parameters

method
Type: SystemFuncT

Type Parameters

T

Return Value

Type: IPromiseT
See Also