ContactManager.GetContact(PeerName) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回具有指定 PeerContact 的 PeerName 对象。
public:
System::Net::PeerToPeer::Collaboration::PeerContact ^ GetContact(System::Net::PeerToPeer::PeerName ^ peerName);
[System.Security.SecurityCritical]
public System.Net.PeerToPeer.Collaboration.PeerContact GetContact (System.Net.PeerToPeer.PeerName peerName);
[<System.Security.SecurityCritical>]
member this.GetContact : System.Net.PeerToPeer.PeerName -> System.Net.PeerToPeer.Collaboration.PeerContact
Public Function GetContact (peerName As PeerName) As PeerContact
参数
- peerName
- PeerName
与要检索的 PeerName 关联的 PeerContact。
返回
与所提供的 PeerContact 关联的 PeerName。
- 属性
例外
peerName
为 null
。
已释放 PeerName 对象。
在 中 ContactManager找不到联系人。
无法获取提供的 PeerName的 联系人。
注解
调用此方法需要 PermissionState 的 Unrestricted。