Edit

Share via


ApplicationEndpointPresenceServices.UpdatePublishedData Method

Definition

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.

Applies to