UtilsAsyncInvokeT Method (ActionT, T) |
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public static void AsyncInvoke<T>(
Action<T> method,
T arg1
)
Public Shared Sub AsyncInvoke(Of T) (
method As Action(Of T),
arg1 As T
)
Parameters
- method
- Type: SystemActionT
- arg1
- Type: T
Type Parameters
- T
See Also