Click or drag to resize

TaskWorkerRunTask(ActionTaskWorker) Method

Starts the processing of an asynchronous task (is itself still synchronous).

Namespace: NetEti.ApplicationControl
Assembly: NetEti.TaskWorker (in NetEti.TaskWorker.dll) Version: 1.0.0+bef1165e3f26a8e8b98fdf687859f92963581afa
Syntax
public void RunTask(
	
	Action<TaskWorker> worker
)

Parameters

worker  ActionTaskWorker
Callback action for the task.
See also