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