Condividi tramite


AppointmentStoreChangeReader.AcceptChangesThrough Metodo

Definizione

Indica al sistema che tutte le modifiche apportate agli appuntamenti restituiti dalla chiamata a ReadBatchAsync, fino all'oggetto AppointmentStoreChange specificato, sono state indirizzate dall'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)

Parametri

lastChangeToAccept
AppointmentStoreChange

Oggetto AppointmentStoreChange che indica la modifica più recente che è stata risolta dall'app.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a