ContactManager.CreateContactCompleted Evento

Definición

Se provoca cuando se ha completado un método CreateContact(PeerNearMe).

public:
 event EventHandler<System::Net::PeerToPeer::Collaboration::CreateContactCompletedEventArgs ^> ^ CreateContactCompleted;
public event EventHandler<System.Net.PeerToPeer.Collaboration.CreateContactCompletedEventArgs> CreateContactCompleted;
member this.CreateContactCompleted : EventHandler<System.Net.PeerToPeer.Collaboration.CreateContactCompletedEventArgs> 
Public Custom Event CreateContactCompleted As EventHandler(Of CreateContactCompletedEventArgs) 

Tipo de evento

Excepciones

El objeto de llamada se ha eliminado.

Comentarios

Este evento se genera cuando el CreateContactAsync método se ha completado. También se genera si la ContactManager operación se completa en error o se cancela.

Este evento requiere un PermissionState de Unrestricted.

Se aplica a

Consulte también