PeerCollaboration Methods
.NET Framework 4.5
The PeerCollaboration type exposes the following members.
| Name | Description | |
|---|---|---|
|
DeleteObject | Deregisters a PeerObject associated with the calling peer. |
|
GetLocalRegisteredApplications() | Gets all PeerApplication objects that are registered on the local machine. |
|
GetLocalRegisteredApplications(PeerApplicationRegistrationType) | Gets a collection of all PeerApplication objects that are registered on the local machine for the specified PeerApplicationRegistrationType. |
|
GetLocalSetObjects | Obtains all PeerObject instances registered by the calling peer with the PeerCollaboration infrastructure on this machine. |
|
GetPeersNearMe | Returns a collection of all the PeerCollaboration endpoints currently signed in on the network subnet of the calling peer. |
|
RegisterApplication | Registers the specified PeerApplication for a collaboration session with the calling peer. |
|
SetObject | Registers a PeerObject associated with the calling peer. |
|
SignIn | Signs the peer into the collaboration infrastructure with the specified PeerScope. |
|
SignOut | Signs the peer out of the specified scope. |
|
UnregisterApplication | Deregisters the specified PeerApplication from the PeerCollaboration infrastructure. |