Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static bool EnqueueWorkerThread<T>(
T argument1,
Action<T> threadAction
)
public static bool EnqueueWorkerThread<T>(
T argument1,
Action<T> threadAction
)
Public Shared Function EnqueueWorkerThread(Of T) (
argument1 As T,
threadAction As Action(Of T)
) As Boolean
Public Shared Function EnqueueWorkerThread(Of T) (
argument1 As T,
threadAction As Action(Of T)
) As Boolean
public:
generic<typename T>
static bool EnqueueWorkerThread(
T argument1,
Action<T>^ threadAction
)
public:
generic<typename T>
static bool EnqueueWorkerThread(
T argument1,
Action<T>^ threadAction
)
static member EnqueueWorkerThread :
argument1 : 'T *
threadAction : Action<'T> -> bool
static member EnqueueWorkerThread :
argument1 : 'T *
threadAction : Action<'T> -> bool
- T
Return Value
Type:
Boolean