ContactListSyncManagerSyncRequest ContactListSyncManagerSyncRequest ContactListSyncManagerSyncRequest ContactListSyncManagerSyncRequest Class

Definition

Details of a request from a client to sync a contact list.

public : sealed class ContactListSyncManagerSyncRequest : IContactListSyncManagerSyncRequestpublic sealed class ContactListSyncManagerSyncRequest : IContactListSyncManagerSyncRequestPublic NotInheritable Class ContactListSyncManagerSyncRequest Implements IContactListSyncManagerSyncRequest// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Used in your SyncRequested event handler. Use the instance of this class that's returned by the ContactListSyncManagerSyncRequestEventArgs.Request property.

Properties

ContactListId ContactListId ContactListId ContactListId

Gets the contact list ID of the contact list to be synched.

public : PlatForm::String ContactListId { get; }public string ContactListId { get; }Public ReadOnly Property ContactListId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

A contact list ID.

Methods

ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync()

Informs the client app that the request was processed successfully.

public : IAsyncAction ReportCompletedAsync()public IAsyncAction ReportCompletedAsync()Public Function ReportCompletedAsync() As IAsyncAction// You can use this method in JavaScript.
Returns

An asynchronous sync operation.

ReportFailedAsync() ReportFailedAsync() ReportFailedAsync() ReportFailedAsync()

Informs the client that the request was not processed successfully.

public : IAsyncAction ReportFailedAsync()public IAsyncAction ReportFailedAsync()Public Function ReportFailedAsync() As IAsyncAction// You can use this method in JavaScript.
Returns

An asynchronous sync operation.