UtilsAsyncInvokeT1, T2 Method (ActionT1, T2, T1, T2) |
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public static void AsyncInvoke<T1, T2>(
Action<T1, T2> method,
T1 arg1,
T2 arg2
)
Public Shared Sub AsyncInvoke(Of T1, T2) (
method As Action(Of T1, T2),
arg1 As T1,
arg2 As T2
)
Parameters
- method
- Type: SystemActionT1, T2
- arg1
- Type: T1
- arg2
- Type: T2
Type Parameters
- T1
- T2
See Also