Partager via


AppointmentStoreChangeReader.AcceptChangesThrough Méthode

Définition

Indique au système que toutes les modifications apportées aux rendez-vous retournés par l’appel à ReadBatchAsync, jusqu’à la valeur AppointmentStoreChange spécifiée, ont été traitées par l’application.

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)

Paramètres

lastChangeToAccept
AppointmentStoreChange

Objet AppointmentStoreChange indiquant la dernière modification qui a été traitée par l’application.

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à