UserDataTaskListSyncManager Class

Definition

Provides functionality for syncing task information with the server.

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
Inheritance
Object Platform::Object IInspectable UserDataTaskListSyncManager
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Properties

LastAttemptedSyncTime

Gets or sets the last time a sync was attempted with the server.

LastSuccessfulSyncTime

Gets or sets the last time the UserDataTaskList was successfully synced with the server.

Status

Gets or sets the UserDataTaskListSyncStatus.

Methods

SyncAsync()

Asynchronously attempts to sync with the tasks server.

Events

SyncStatusChanged

Occurs when the sync status with the server has changed.

Applies to