PeerApplicationRegistrationType Enum

Definition

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
PeerApplicationRegistrationType

Fields

AllUsers 1

The PeerApplication or PeerObject is being registered for all peers of the application host.

CurrentUser 0

The application or object is being registered only for the user associated with the calling peer.

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.

Applies to

See also