PeerCollaboration.SetObject(PeerObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers a PeerObject associated with the calling peer.
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)
Parameters
- peerObject
- PeerObject
The PeerObject to register.
- Attributes
Exceptions
Object already registered
PeerObject cannot be
null
.Id cannot be
null
.
The SetObject(PeerObject) operation could not be completed.
Remarks
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.