AppWindow.AssociateWithDispatcherQueue(DispatcherQueue) 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.
Associates the app window with the specified dispatcher queue.
public:
virtual void AssociateWithDispatcherQueue(DispatcherQueue ^ dispatcherQueue) = AssociateWithDispatcherQueue;
void AssociateWithDispatcherQueue(DispatcherQueue const& dispatcherQueue);
public void AssociateWithDispatcherQueue(DispatcherQueue dispatcherQueue);
function associateWithDispatcherQueue(dispatcherQueue)
Public Sub AssociateWithDispatcherQueue (dispatcherQueue As DispatcherQueue)
Parameters
- dispatcherQueue
- DispatcherQueue
The dispatcher queue to associate with the app window.