AppWindow.AssociateWithDispatcherQueue(DispatcherQueue) Method

Definition

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.

Applies to