UtilsAsyncInvokeT1, T Method (FuncT1, T, T1) |
Namespace: Innovator.ClientAssembly: 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
)
Public Shared Function AsyncInvoke(Of T1, T) (
method As Func(Of T1, T),
arg1 As T1
) As IPromise(Of T)
Parameters
- method
- Type: SystemFuncT1, T
- arg1
- Type: T1
Type Parameters
- T1
- T
Return Value
Type:
IPromiseTSee Also