Endpoint as Subscription Manager

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

When registered with a server, a user can subscribe to receiving information and its updates published by others. In Unified Communications Client API, subscription management is encapsulated by the IUccSubscriptionManager interface. A client must obtain this interface to manage the subscription for the user.

Obtaining a Subscription Manager

A client can query the IUccSubscriptionManager interface on an enabled IUccEndpoint object by calling QueryInterface. The endpoint object is also treated as the subscription manager for the user. To review a C# code example of obtaining a subscription manager, see Create a Principal Endpoint.

See Also

Concepts

Category Subscription
Platform Object
Endpoint as Server Logon Profile
Endpoint Registration with Office Communications Server
Endpoint as Session Manager
Endpoint as Publication Manager
Obtain the Media Device Manager
Endpoint as Media Connectivity Manager
Programming Pattern with Endpoint Objects