AppointmentCalendarSyncManagerSyncRequest 클래스

정의

일정 동기화에 대한 사용자의 요청을 나타냅니다.

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

Windows 요구 사항

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

설명

시스템은 이 클래스의 instance 생성하고 SyncRequested 이벤트의 AppointmentCalendarSyncManagerSyncRequestEventArgs 인수에 속성으로 설정합니다.

속성

AppointmentCalendarLocalId

로컬 디바이스에서 약속과 연결된 일정을 고유하게 식별하는 문자열을 가져옵니다.

메서드

ReportCompletedAsync()

일정 동기화 작업이 완료되었음을 시스템에 알 수 있습니다.

ReportFailedAsync()

일정 동기화 작업이 실패했음을 시스템에 알 수 있습니다.

적용 대상