다음을 통해 공유


AppointmentStoreChangeReader.AcceptChangesThrough 메서드

정의

지정된 AppointmentStoreChange까지 ReadBatchAsync 호출에서 반환된 약속에 대한 모든 변경 내용이 앱에서 처리되었음을 시스템에 알립니다.

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

적용 대상