Gets the dispatcher.

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

Syntax

C#
public IDispatcher Dispatcher { get; }
Visual Basic
Public ReadOnly Property Dispatcher As IDispatcher
	Get
Visual C++
public:
property IDispatcher^ Dispatcher {
	IDispatcher^ get ();
}
F#
member Dispatcher : IDispatcher with get

Property Value

Type: IDispatcher
The dispatcher.

See Also