ContactManager.CreateContactCompleted 事件

定义

每当 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) 

事件类型

例外

已释放调用对象。

注解

当 方法完成时, CreateContactAsync 将引发此事件。 如果操作在错误中完成或被取消, ContactManager 也会引发此错误。

此事件需要 PermissionStateUnrestricted

适用于

另请参阅