Subscriber Class
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.
Represents a watcher who wishes to subscribe to the current endpoint owner's presence.
public ref class Subscriber
public class Subscriber
type Subscriber = class
Public Class Subscriber
- Inheritance
-
Subscriber
Remarks
Subscribers are entities who subscribe to the endpoint owner's presence with "context". In this case, the server informs that belong to this owner that someone has requested access to presence information. One of these endpoints can then acknowledge this request.
Information about the subscriber includes the display name, URI, whether this subsciber has already been acknowledged or the network type the subscriber belongs to. This also allows the endpoint acknowledging the subscriber to allow access by assigning an appropriate membership level using the ContainerUpdateOperation class.
The ContextData has special meaning when the subscriber is a delegate.
Properties
ContextData |
Gets or sets the context data of the subscription |
DisplayName |
Gets or sets the display name of the target |
Id |
Gets the address of the target |
IsAcknowledged |
Gets or sets the boolean value whether the contact has acknowledged the subscription |
NetworkType |
Gets or sets the source network that the target contact belongs to |