PeerApplicationRegistrationType Enum
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.
Specifies the type of registration to perform for a PeerApplication or PeerObject registration.
public enum class PeerApplicationRegistrationType
public enum PeerApplicationRegistrationType
type PeerApplicationRegistrationType =
Public Enum PeerApplicationRegistrationType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
CurrentUser | 0 | The application or object is being registered only for the user associated with the calling peer. |
AllUsers | 1 | The PeerApplication or PeerObject is being registered for all peers of the application host. |
Remarks
Registering an PeerApplication enables it to receive PeerCollaboration invitation requests. The service or application performing the registration must have permission to do so, as it requires access to the ContactManager and other resources like users, applications, and services on the remote machine.