ContactManager.GetContact(PeerName) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l'objet PeerContact pour le PeerName spécifié.
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
Paramètres
- peerName
- PeerName
PeerName associé au PeerContact à récupérer.
Retours
PeerContact associé au PeerName fourni.
- Attributs
Exceptions
peerName
a la valeur null
.
Cet objet PeerName a été supprimé.
Contact introuvable dans ContactManager.
Impossible d’obtenir le contact pour le fourni PeerName.
Remarques
L’appel de cette méthode nécessite un PermissionState de Unrestricted.