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

适用于