ScheduledToastNotificationShowingEventArgs.GetDeferral Method

Definition

Requests that the app delay showing the scheduled toast notification.

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

Returns

An object you can use to manage the delayed scheduled toast notification.

Applies to