ContactListServerSearchReadBatchRequest.SaveContactAsync(Contact) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Enregistre de manière asynchrone un contact qui répond aux critères de recherche côté serveur.
Lorsqu’une recherche côté serveur est demandée, le fournisseur de données effectue la recherche, appelle SaveContactAsync sur chaque contact trouvé, puis appelle 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
Paramètres
- contact
- Contact
Un contact qui répond aux critères de recherche.
Retours
Opération d’enregistrement de contact asynchrone.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|