UtilsAsyncInvokeT Method (FuncT) |
Namespace: Innovator.ClientAssembly: 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
)
Public Shared Function AsyncInvoke(Of T) (
method As Func(Of T)
) As IPromise(Of T)
Parameters
- method
- Type: SystemFuncT
Type Parameters
- T
Return Value
Type:
IPromiseTSee Also