TaskQueueEnqueue Method (FuncTask) | |
Enqueues function.
Namespace: Lawo.Threading.TasksAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public Task Enqueue(
Func<Task> function
)
Parameters
- function
- Type: SystemFuncTask
Return Value
Type:
TaskA
Task object that represents a proxy for the
Task returned by
function.
Exceptions Remarks function is executed on the calling thread.
See Also