LocalEndpoint.RepublishingRequired Event

Definition

Raised when the server indicates that the Presence publication of the local endpoint owner is stale.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::RePublishingRequiredEventArgs ^> ^ RepublishingRequired;
public event EventHandler<Microsoft.Rtc.Collaboration.RePublishingRequiredEventArgs> RepublishingRequired;
member this.RepublishingRequired : EventHandler<Microsoft.Rtc.Collaboration.RePublishingRequiredEventArgs> 
Public Custom Event RepublishingRequired As EventHandler(Of RePublishingRequiredEventArgs) 

Event Type

Remarks

During a registration refresh, the server may indicate to the endpoint that the local owner should republish its Presence state partially or in full. This condition usually happens when the local endpoint could not refresh its registration against the same registrar and was directed to another available registrar.

Applies to