CoreApplicationView.Dispatcher Property

Definition

Gets the event message dispatcher associated with the current view.

public:
 property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = coreApplicationView.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher

Property Value

The event message dispatcher.

Remarks

There's one CoreDispatcher per thread.

The Dispatcher property of any class within the CoreApplicationView namespace will refer to the same object.

Applies to