AppointmentStoreChangeReader.AcceptChangesThrough Method

Definition

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.

public:
 virtual void AcceptChangesThrough(AppointmentStoreChange ^ lastChangeToAccept) = AcceptChangesThrough;
void AcceptChangesThrough(AppointmentStoreChange const& lastChangeToAccept);
public void AcceptChangesThrough(AppointmentStoreChange lastChangeToAccept);
function acceptChangesThrough(lastChangeToAccept)
Public Sub AcceptChangesThrough (lastChangeToAccept As AppointmentStoreChange)

Parameters

lastChangeToAccept
AppointmentStoreChange

The AppointmentStoreChange object indicating the latest change that has been addressed by the app.

Windows requirements

App capabilities
appointmentsSystem

Applies to