AppointmentStoreChangeReader.AcceptChangesThrough 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 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
|