AppointmentStoreChangeReader.AcceptChangesThrough 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
告知系統,由呼叫 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
|