DispatcherQueueController.ShutdownQueue 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.
Synchronous version of ShutdownQueueAsync. For details, see the documentation, including the Remarks, for that method.
This method returns when the shutdown operation is complete.
public:
virtual void ShutdownQueue() = ShutdownQueue;
void ShutdownQueue();
public void ShutdownQueue();
function shutdownQueue()
Public Sub ShutdownQueue ()