Click or drag to resize
UtilsAsyncInvokeT Method (ActionT, T)

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

Parameters

method
Type: SystemActionT
arg1
Type: T

Type Parameters

T
See Also