CoreDispatcher Members

CoreDispatcher has the following members.

Public Properties

  Name Description
HasThreadAccess Gets a value that specifies whether the event dispatcher provided by this instance of CoreWindow has access to the current thread or not.

Public Methods

  Name Description
ProcessEvents Starts the dispatcher processing the input event queue for this instance of CoreWindow.
RunAsync Schedules the provided callback on the UI thread from a worker thread, and returns the results asynchronously.
RunIdleAsync Schedules a callback on the UI thread from a worker thread at idle priority, and returns the results asynchronously.

Public Events

  Name Description
AcceleratorKeyActivated Fired when an accelerator key is activated (pressed or held down).

See also

Reference

CoreDispatcher Class

Windows.UI.Core Namespace