ContactManager.CreateContactCompleted Evento

Definición

Se genera cada vez que se ha completado un CreateContact(PeerNearMe) método.

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

Se ha eliminado el objeto que llama.

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