PeerCollaboration.SetObject(PeerObject) 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.
Enregistre un PeerObject associé à l’homologue appelant.
public:
static void SetObject(System::Net::PeerToPeer::Collaboration::PeerObject ^ peerObject);
[System.Security.SecurityCritical]
public static void SetObject (System.Net.PeerToPeer.Collaboration.PeerObject peerObject);
[<System.Security.SecurityCritical>]
static member SetObject : System.Net.PeerToPeer.Collaboration.PeerObject -> unit
Public Shared Sub SetObject (peerObject As PeerObject)
Paramètres
- peerObject
- PeerObject
PeerObject à inscrire.
- Attributs
Exceptions
Objet déjà enregistré
PeerObject ne peut pas avoir la valeur
null
.Id ne peut pas avoir la valeur
null
.
Impossible de terminer l’opération SetObject(PeerObject).
Remarques
Cette méthode permet à l’objet d’être interrogé par des homologues distants participant à l’étendue dans laquelle l’objet a été inscrit. Si l’objet a été précédemment inscrit, cette méthode met à jour son inscription. Si un objet inscrit sort de l’étendue, il peut être récupéré via la GetLocalSetObjects méthode .
La taille de la partie de données du PeerObject doit être inférieure ou égale à 16 384 octets.
L’accès à cette méthode nécessite un PermissionState de Unrestricted. Cet état est créé lorsque la Peer session de collaboration commence.