AppointmentStoreChangedDeferral AppointmentStoreChangedDeferral AppointmentStoreChangedDeferral AppointmentStoreChangedDeferral Class

Definition

Represents a background task deferral returned by the AppointmentStoreChangedEventArgs.GetDeferral method.

public : sealed class AppointmentStoreChangedDeferral : IAppointmentStoreChangedDeferralpublic sealed class AppointmentStoreChangedDeferral : IAppointmentStoreChangedDeferralPublic NotInheritable Class AppointmentStoreChangedDeferral Implements IAppointmentStoreChangedDeferral// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Returned by the AppointmentStoreChangedEventArgs.GetDeferral method.

Methods

Complete() Complete() Complete() Complete()

Informs the system that an asynchronous operation associated with an AppointmentStore has finished.

public : void Complete()public void Complete()Public Function Complete() As void// You can use this method in JavaScript.