Share via


ContactListCreateOrUpdateContactRequest.ReportCompletedAsync(Contact) Method

Definition

Informs the client app that the request was processed successfully.

public:
 virtual IAsyncAction ^ ReportCompletedAsync(Contact ^ createdOrUpdatedContact) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(Contact const& createdOrUpdatedContact);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(Contact createdOrUpdatedContact);
function reportCompletedAsync(createdOrUpdatedContact)
Public Function ReportCompletedAsync (createdOrUpdatedContact As Contact) As IAsyncAction

Parameters

createdOrUpdatedContact
Contact

The Contact of the contact that was created or updated.

Returns

An asynchronous operation.

Attributes

Windows requirements

App capabilities
contactsSystem

Applies to