LocalEndpoint.RepublishingRequired Event
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.
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.