ContactListCreateOrUpdateContactRequest.ReportCompletedAsync(Contact) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
An asynchronous operation.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|