ThreadExtensions EnqueueWorkerThread T1, T2  Method (T1, T2, Action T1, T2 )Delta Engine Documentation

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static bool EnqueueWorkerThread<T1, T2>(
	T1 argument1,
	T2 argument2,
	Action<T1, T2> threadAction
)

Parameters

argument1
Type: T1
argument2
Type: T2
threadAction
Type: System Action T1, T2 
Type Parameters

T1
T2

Return Value

Type: Boolean
See Also