Dispatches a task to GUI thread without blocking the calling thread.

Namespace: Dapfor.Net.Threading
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Parameters

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

Implements

IDispatcher..::..Dispatch(ITask)

See Also