Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 752 Bytes

dispatcherqueuecontroller.md

File metadata and controls

25 lines (16 loc) · 752 Bytes
-api-id -api-type
T:Microsoft.UI.Dispatching.DispatcherQueueController
winrt class

Microsoft.UI.Dispatching.DispatcherQueueController

-description

Manages the lifetime of a DispatcherQueue.

-remarks

Object and Thread Lifetime

DispatcherQueueController and its associated DispatcherQueue will be kept alive while the event loop is running. When Shutdown is completed, the loop is terminated and the dedicated thread will unwind. However, DispatcherQueueController and the associated DispatcherQueue object can outlive thread’s lifetime and will be disposed when all their references are released.

-see-also

-examples