Partager via


AggregateContactManager.TryLinkContactsAsync(Contact, Contact) Méthode

Définition

Tente de manière asynchrone de lier des contacts pour établir un contact d’agrégation.

public:
 virtual IAsyncOperation<Contact ^> ^ TryLinkContactsAsync(Contact ^ primaryContact, Contact ^ secondaryContact) = TryLinkContactsAsync;
IAsyncOperation<Contact> TryLinkContactsAsync(Contact const& primaryContact, Contact const& secondaryContact);
public IAsyncOperation<Contact> TryLinkContactsAsync(Contact primaryContact, Contact secondaryContact);
function tryLinkContactsAsync(primaryContact, secondaryContact)
Public Function TryLinkContactsAsync (primaryContact As Contact, secondaryContact As Contact) As IAsyncOperation(Of Contact)

Paramètres

primaryContact
Contact

Premier contact à lier.

secondaryContact
Contact

Deuxième contact à lier au contact principal.

Retours

Contact d’agrégation nouvellement créé.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

Remarques

Les objets primaryContact et secondaryContact peuvent être n’importe quelle combinaison de contacts bruts et agrégés.

S’applique à