Dispatches the specified task without blocking the calling thread.

Namespace: Dapfor.Wpf.Threading
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
void Dispatch(
	ITask task
)
Visual Basic
Sub Dispatch ( 
	task As ITask
)
Visual C++
void Dispatch(
	ITask^ task
)
F#
abstract Dispatch : 
        task : ITask -> unit 

Parameters

task
Type: Dapfor.Wpf.Threading..::..ITask
The task.

See Also