AppointmentCalendarSyncManager 类

定义

提供对 AppointmentCalendar 对象的同步功能的访问权限。

public ref class AppointmentCalendarSyncManager 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 AppointmentCalendarSyncManager 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 AppointmentCalendarSyncManager
Public NotInheritable Class AppointmentCalendarSyncManager
继承
Object Platform::Object IInspectable AppointmentCalendarSyncManager
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
appointmentsSystem

注解

AppointmentCalendar.SyncManager 提供对此类实例的访问权限。

属性

LastAttemptedSyncTime

获取或设置上次尝试与 AppointmentCalendar 服务器同步的日期和时间。

LastSuccessfulSyncTime

获取或设置上次与 AppointmentCalendar 服务器成功同步的日期和时间。

Status

获取或设置 AppointmentCalendarSyncManager 的当前状态。

方法

SyncAsync()

AppointmentCalendar 上启动同步操作。

事件

SyncStatusChanged

AppointmentCalendar 同步操作的状态更改时发生。

适用于