Starts the task on the given DispatcherBase (Dispatcher or TaskDistributor).

Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Task Run(
	DispatcherBase target
)
Visual Basic
Public Function Run ( _
	target As DispatcherBase _
) As Task
Visual C++
public:
Task^ Run(
	DispatcherBase^ target
)

Parameters

target
Type: UnityThreading..::..DispatcherBase
The DispatcherBase to work on.

Return Value

This task

See Also