AppointmentStoreChangeReader Class

Definition

Enables the calling app to read through the changes to appointments in its appointment store.

public ref class AppointmentStoreChangeReader sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentStoreChangeReader final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentStoreChangeReader
Public NotInheritable Class AppointmentStoreChangeReader
Inheritance
Object Platform::Object IInspectable AppointmentStoreChangeReader
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
appointmentsSystem

Methods

AcceptChanges()

Tells the system that all of the changes to appointments returned by the call to ReadBatchAsync have been addressed by the app.

AcceptChangesThrough(AppointmentStoreChange)

Tells the system that all of the changes to appointments returned by the call to ReadBatchAsync, up to the specified AppointmentStoreChange, have been addressed by the app.

ReadBatchAsync()

Returns a list of the changes that have occurred in the appointment store that have not yet been accepted by the calling app.

Applies to