ContactListServerSearchReadBatchRequest.SaveContactAsync(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.
Asynchronously saves a contact that meets server-side search criteria.
When a server-side search is requested, the data provider performs the search, calls SaveContactAsync on each contact found, and then calls ReportCompletedAsync.
public:
virtual IAsyncAction ^ SaveContactAsync(Contact ^ contact) = SaveContactAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SaveContactAsync(Contact const& contact);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SaveContactAsync(Contact contact);
function saveContactAsync(contact)
Public Function SaveContactAsync (contact As Contact) As IAsyncAction
Parameters
Returns
An asynchronous contact save operation.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|