Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static bool EnqueueWorkerThread(
Action threadAction
)
public static bool EnqueueWorkerThread(
Action threadAction
)
Public Shared Function EnqueueWorkerThread (
threadAction As Action
) As Boolean
Public Shared Function EnqueueWorkerThread (
threadAction As Action
) As Boolean
public:
static bool EnqueueWorkerThread(
Action^ threadAction
)
public:
static bool EnqueueWorkerThread(
Action^ threadAction
)
static member EnqueueWorkerThread :
threadAction : Action -> bool
static member EnqueueWorkerThread :
threadAction : Action -> bool
Return Value
Type:
Boolean