DispatcherQueueShutdownStartingEventArgs.GetDeferral Method

Definition

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

public:
 virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral

Returns

The deferral object.

Applies to