Click or drag to resize
UtilsAsyncInvokeT1, T2 Method (ActionT1, T2, T1, T2)

Namespace: Innovator.Client
Assembly: 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
)

Parameters

method
Type: SystemActionT1, T2
arg1
Type: T1
arg2
Type: T2

Type Parameters

T1
T2
See Also