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