Share via


UserDataAvailabilityStateChangedEventArgs.GetDeferral Method

Definition

Returns a Deferral object that can be used to block future events delivered on the UserDataProtectionManager object that was used to register for the event. Callers can call 'Complete' method on the Deferral object to unblock future events.

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

Returns

The Deferral object.

Applies to