UserDataTaskListSyncManager Classe

Définition

Fournit des fonctionnalités pour synchroniser les informations de tâche avec le serveur.

public ref class UserDataTaskListSyncManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class UserDataTaskListSyncManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class UserDataTaskListSyncManager
Public NotInheritable Class UserDataTaskListSyncManager
Héritage
Object Platform::Object IInspectable UserDataTaskListSyncManager
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)

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 UserDataTaskList a été correctement synchronisé avec le serveur.

Status

Obtient ou définit l’objet UserDataTaskListSyncStatus.

Méthodes

SyncAsync()

Tente de manière asynchrone de synchroniser avec le serveur de tâches.

Événements

SyncStatusChanged

Se produit lorsque le status de synchronisation avec le serveur a changé.

S’applique à