DispatcherQueue.EnsureSystemDispatcherQueue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes the Microsoft.UI.Dispatching.DispatcherQueue to manage the shutdown of the system DispatcherQueue (Windows.System.DispatcherQueue) from the same thread.
public:
virtual void EnsureSystemDispatcherQueue() = EnsureSystemDispatcherQueue;
void EnsureSystemDispatcherQueue();
public void EnsureSystemDispatcherQueue();
function ensureSystemDispatcherQueue()
Public Sub EnsureSystemDispatcherQueue ()