AppointmentStoreChangeReader.AcceptChangesThrough Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|