Click or drag to resize

TaskWorkerRunTask(ActionTaskWorker, Object, Object) 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, Object> worker,
	
	Object parameters
)

Parameters

worker  ActionTaskWorker, Object
Callback action for the task.
parameters  Object
Parameter for the callback action for the task.
See also