Compartir a través de


AggregateContactManager.TryLinkContactsAsync(Contact, Contact) Método

Definición

Intenta vincular los contactos de forma asincrónica para realizar un contacto agregado.

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)

Parámetros

primaryContact
Contact

Primer contacto al que vincular.

secondaryContact
Contact

Segundo contacto para vincular al primaryContact.

Devoluciones

Contacto agregado recién creado.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Comentarios

Los objetos primaryContact y secondaryContact pueden ser cualquier combinación de contactos sin procesar y agregados.

Se aplica a