ApplicationEndpointSettings.AutomaticPresencePublicationEnabled Property
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.
Gets or sets whether presence information will be published automatically on behalf of the endpoint as part of the establishment process.
public:
property bool AutomaticPresencePublicationEnabled { bool get(); void set(bool value); };
public bool AutomaticPresencePublicationEnabled { get; set; }
member this.AutomaticPresencePublicationEnabled : bool with get, set
Public Property AutomaticPresencePublicationEnabled As Boolean
If set to true a ContactCard instance will be published in container 0 automatically during the establishment process. The instance will have the IsAutomatedService property set to true along with presentity type, description, if provided, phone numbers, PersistentOnline and any specified endpoint capabilities.
Publication failure during endpoint establishment will be reflected through AutomaticPublicationState and AutomaticPublicationStateChanged. Endpoint establishment will be allowed to proceed inspite of publication failure. Retries will continue in the background and the application will be notified upon success.
The default value is false. Applications can override this default value.
Proizvod | Verzije |
---|---|
Lync UCMA | 4.0, 5.0, latest |