ContactListCreateOrUpdateContactRequestEventArgs ContactListCreateOrUpdateContactRequestEventArgs ContactListCreateOrUpdateContactRequestEventArgs ContactListCreateOrUpdateContactRequestEventArgs Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Encapsulates information about a request to create or update.

public : sealed class ContactListCreateOrUpdateContactRequestEventArgs : IContactListCreateOrUpdateContactRequestEventArgspublic sealed class ContactListCreateOrUpdateContactRequestEventArgs : IContactListCreateOrUpdateContactRequestEventArgsPublic NotInheritable Class ContactListCreateOrUpdateContactRequestEventArgs Implements IContactListCreateOrUpdateContactRequestEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Properties

Request Request Request Request

Prerelease. Gets the ContactListCreateOrUpdateTaskRequest object associated with this request.

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

Methods

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

Prerelease. 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.