PeerCollaboration::DeleteObject Method (PeerObject^)
.NET Framework (current version)
Deregisters 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 deregister.
| Exception | Condition |
|---|---|
| ArgumentNullException | The peerObject parameter cannot be null. |
| PeerToPeerException | Unable to complete DeleteObject operation. |
Peer objects are automatically deregistered (removed) from the Peer Collaboration infrastructure when a reference to the object is no longer valid. If a caller does not maintain a reference to the object, it is deregistered from the Peer Collaboration infrastructure. Alternatively, an object can be manually deregistered by using this method.
Calling 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: