PeerCollaboration::SetObject Method (PeerObject^)
.NET Framework (current version)
Registers a PeerObject associated with the calling peer.
Assembly: System.Net (in System.Net.dll)
Parameters
- peerObject
-
Type:
System.Net.PeerToPeer.Collaboration::PeerObject^
The PeerObject to register.
| Exception | Condition |
|---|---|
| ArgumentException | Object already registered |
| ArgumentNullException |
|
| PeerToPeerException | The SetObject operation could not be completed. |
This method allows the object to be queried by remote peers participating in the scope in which the object was registered. If the object was previously registered, this method updates its registration. If a registered object falls out of scope, it can be retrieved via the GetLocalSetObjects method.
The size of the data portion of the PeerObject must be less than or equal to 16,384 bytes.
Access to this method requires a PermissionState of Unrestricted. This state is created when the Peer collaboration session begins.
.NET Framework
Available since 3.5
Available since 3.5
Show: