ApplicationEndpointPresenceServices.UpdatePublishedData Method
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.
Updates presence data that was automatically published by the endpoint.
public:
void UpdatePublishedData(System::String ^ description, System::String ^ presentityType);
public void UpdatePublishedData (string description, string presentityType);
member this.UpdatePublishedData : string * string -> unit
Public Sub UpdatePublishedData (description As String, presentityType As String)
Parameters
- description
- String
The description of this presentity.
- presentityType
- String
The presentity such as "person", "huntgroup", "autoattendant", "automaton".
Exceptions
Thrown if endpoint is established without enabling automatic presence publishing.
Remarks
Publication may be delayed if certain servers are unreachable. This operation involves re-publishing the ContactCard instance that is published in container 0 with the presentity and description attributes updated with the new values.