AppointmentStoreChangeReader 클래스

정의

호출 앱이 약속 저장소의 약속 변경 내용을 읽을 수 있도록 합니다.

public ref class AppointmentStoreChangeReader sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentStoreChangeReader final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentStoreChangeReader
Public NotInheritable Class AppointmentStoreChangeReader
상속
Object Platform::Object IInspectable AppointmentStoreChangeReader
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
appointmentsSystem

메서드

AcceptChanges()

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

AcceptChangesThrough(AppointmentStoreChange)

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

ReadBatchAsync()

호출 앱에서 아직 수락하지 않은 약속 저장소에서 발생한 변경 내용 목록을 반환합니다.

적용 대상