XamlShutdownCompletedOnThreadEventArgs.GetDispatcherQueueDeferral 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.
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.