ContactListSyncManager 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供與伺服器同步處理連絡人資訊的功能。
public ref class ContactListSyncManager 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 ContactListSyncManager 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 ContactListSyncManager
Public NotInheritable Class ContactListSyncManager
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
contactsSystem
|
屬性
LastAttemptedSyncTime |
取得或設定上次嘗試與伺服器同步處理的時間。 |
LastSuccessfulSyncTime |
取得或設定上次成功與伺服器同步處理 ContactList 的時間。 |
Status |
取得或設定 ContactListSyncStatus。 |
方法
SyncAsync() |
以非同步方式嘗試與連絡人伺服器同步。 |
事件
SyncStatusChanged |
發生于與伺服器同步處理狀態已變更時。 |