LocalEndpoint.RepublishingRequired Event

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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event RepublishingRequired As EventHandler(Of RePublishingRequiredEventArgs)
'Usage
Dim instance As LocalEndpoint
Dim handler As EventHandler(Of RePublishingRequiredEventArgs)

AddHandler instance.RepublishingRequired, handler
public event EventHandler<RePublishingRequiredEventArgs> RepublishingRequired

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.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace