ContactListSyncManagerSyncRequestEventArgs ContactListSyncManagerSyncRequestEventArgs ContactListSyncManagerSyncRequestEventArgs ContactListSyncManagerSyncRequestEventArgs Class

Definition

Encapsulates information about a request to sync a contact list.

public : sealed class ContactListSyncManagerSyncRequestEventArgs : IContactListSyncManagerSyncRequestEventArgspublic sealed class ContactListSyncManagerSyncRequestEventArgs : IContactListSyncManagerSyncRequestEventArgsPublic NotInheritable Class ContactListSyncManagerSyncRequestEventArgs Implements IContactListSyncManagerSyncRequestEventArgs// 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

Use the instance of this class that's passed as an argument to your SyncRequested event handler.

Properties

Request Request Request Request

Gets the ContactListSyncManagerSyncRequest object associated with this request.

public : ContactListSyncManagerSyncRequest Request { get; }public ContactListSyncManagerSyncRequest Request { get; }Public ReadOnly Property Request As ContactListSyncManagerSyncRequest// You can use this property in JavaScript.

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Gets a deferral object for this operation.

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

A Deferral object that your code uses to signal when it has finished processing this request.