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。