XamlShutdownCompletedOnThreadEventArgs.GetDispatcherQueueDeferral Method

Definition

Gets a Deferral object that lets you delay completion of the shutdown until your operations are complete.

public:
 virtual Deferral ^ GetDispatcherQueueDeferral() = GetDispatcherQueueDeferral;
Deferral GetDispatcherQueueDeferral();
public Deferral GetDispatcherQueueDeferral();
function getDispatcherQueueDeferral()
Public Function GetDispatcherQueueDeferral () As Deferral

Returns

A Deferral object that lets you delay completion of the shutdown until your operations are complete.

Remarks

If you call this method, you must follow it with a call to the Complete method on the Deferral object when you're ready for the DispatcherQueue's shutdown sequence to continue.

Applies to

See also