AppointmentCalendarSyncManager 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 l’accès à la fonctionnalité de synchronisation pour un objet 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
- 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 |
appointmentsSystem
|
Remarques
AppointmentCalendar.SyncManager permet d’accéder à un instance de cette classe.
Propriétés
LastAttemptedSyncTime |
Obtient ou définit la date et l’heure de la dernière tentative de synchronisation avec le serveur AppointmentCalendar . |
LastSuccessfulSyncTime |
Obtient ou définit la date et l’heure de la dernière synchronisation avec le serveur AppointmentCalendar . |
Status |
Obtient ou définit le status actuel de AppointmentCalendarSyncManager. |
Méthodes
SyncAsync() |
Lance une opération de synchronisation sur AppointmentCalendar. |
Événements
SyncStatusChanged |
Se produit lorsque le status d’une opération de synchronisation AppointmentCalendar change. |