ContactListSyncManager Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des fonctionnalités pour synchroniser les informations de contact avec le serveur.
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
- Héritage
- Attributs
Configuration requise pour Windows
| Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
| Fonctionnalités de l’application |
contactsSystem
|
Propriétés
| LastAttemptedSyncTime |
Obtient ou définit l’heure de la dernière tentative de synchronisation avec le serveur. |
| LastSuccessfulSyncTime |
Obtient ou définit la dernière fois que ContactList a été correctement synchronisé avec le serveur. |
| Status |
Obtient ou définit contactListSyncStatus. |
Méthodes
| SyncAsync() |
Tente de façon asynchrone de synchroniser avec le serveur de contacts. |
Événements
| SyncStatusChanged |
Se produit lorsque le status de synchronisation avec le serveur a changé. |