Initializes a new instance of the GuiDispatcher class.

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

Syntax

C#
public GuiDispatcher(
	Dispatcher dispatcher
)
Visual Basic
Public Sub New ( 
	dispatcher As Dispatcher
)
Visual C++
public:
GuiDispatcher(
	Dispatcher^ dispatcher
)
F#
new : 
        dispatcher : Dispatcher -> GuiDispatcher

Parameters

dispatcher
Type: System.Windows.Threading..::..Dispatcher
The dispatcher.

See Also