Defines the priority for window event dispatches.
public enum class CoreDispatcherPriority
| Member | Value | Description |
|---|---|---|
| High | 1 | High priority. Delegates are invoked immediately for all synchronous requests. Asynchronous requests are queued and processed before any other request type. Caution Do not use this priority level in your app. It is reserved for system events. Using this priority can lead to the starvation of other messages, including system events. |
| Low | -1 | Low priority. Delegates are processed when the window’s main thread is idle and there is no input pending in the queue. |
| Normal | 0 | Normal priority. Delegates are processed in the order they are scheduled. |
Namespace: Windows.UI.Core
Metadata: windows.winmd