Dispatches the specified task with 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 SyncDispatch(
	ITask task
)
Visual Basic
Sub SyncDispatch ( 
	task As ITask
)
Visual C++
void SyncDispatch(
	ITask^ task
)
F#
abstract SyncDispatch : 
        task : ITask -> unit 

Parameters

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

See Also