DispatcherQueueShutdownStartingEventArgs DispatcherQueueShutdownStartingEventArgs DispatcherQueueShutdownStartingEventArgs DispatcherQueueShutdownStartingEventArgs Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Provides the arguments for the ShutdownStarting event.

public : sealed class DispatcherQueueShutdownStartingEventArgs : IDispatcherQueueShutdownStartingEventArgspublic sealed class DispatcherQueueShutdownStartingEventArgs : IDispatcherQueueShutdownStartingEventArgsPublic NotInheritable Class DispatcherQueueShutdownStartingEventArgs Implements IDispatcherQueueShutdownStartingEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Prerelease. Gets a deferral object so that you can use to continue to post work to the DisbpatcherQueue until you mark the deferral complete.

public : Deferral GetDeferral()public Deferral GetDeferral()Public Function GetDeferral() As Deferral// This API is not available in Javascript.
Returns

The deferral object.