共用方式為


AppointmentStoreChangeReader.AcceptChangesThrough 方法

定義

告知系統,由呼叫 ReadBatchAsync傳回的所有約會變更,由應用程式處理到指定的 AppointmentStoreChange為止。

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)

參數

lastChangeToAccept
AppointmentStoreChange

AppointmentStoreChange物件,指出應用程式已處理的最新變更。

Windows 需求

應用程式功能
appointmentsSystem

適用於