PeerCollaboration.SetObject(PeerObject) Method

Definition

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

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.

Applies to

See also