ContactManager.CreateContactCompleted 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會在 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 作業發生錯誤或取消,也會引發。
此事件需要 PermissionState 的 Unrestricted。