WorkQueueEnqueue Method (Action) | |
Enqueues action.
Namespace: Lawo.Threading.TasksAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public Task Enqueue(
Action action
)
Parameters
- action
- Type: SystemAction
Return Value
Type:
TaskA task that represents the execution of
action.
Exceptions Remarks action is executed on an arbitrary thread pool thread.
See Also