RepublishingRequired Event
Occurs when the Register response contains a "presence-state" header with Register-action, which requires the application to republish some of the data.
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
If Register-action in the header value is "Added," then users are expected to publish all categories (eventArg will have PartialRepublish flag as false). If Register-action in the header value is "fixed," then selected category data may need to be republished (eventArg will have PartialRepublish flag as true).