Endpoint as Publication 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 Office Communications Server, a user can publish information for others who have subscribed to receive the information and its update. In Unified Communications Client API, publication management is encapsulated by the IUccPublicationManager interface. A client must obtain this interface to manage the publication for its user.

A client can query the IUccPublicationManager interface on an enabled IUccEndpoint object by calling QueryInterface on the endpoint to obtain the publication manager interface. This also implies that the IUccEndpoint object is treated as the publication manager for the user.

Obtaining a Publication Manager

The publication manager is obtained from an endpoint object using a cast. You cannot obtain a publication manager interface from a proxy endpoint. For a C# code example of this, see Create a Principal Endpoint.

See Also

Concepts

Platform Object
Object Model of Unified Communications Client API
Endpoint as Server Logon Profile
Endpoint Registration with Office Communications Server
Endpoint as Session Manager
Endpoint as Subscription Manager
Obtain the Media Device Manager
Endpoint as Media Connectivity Manager
Programming Pattern with Endpoint Objects