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

Visual Basic (Declaration)
Public Event 
RepublishingRequired 
As 
EventHandler(
Of 

RePublishingRequiredEventArgs)
C#
public event 
EventHandler<

RePublishingRequiredEventArgs> 
RepublishingRequired
Visual C++
public:
 
event 
EventHandler<

RePublishingRequiredEventArgs^>^ 
RepublishingRequired {
	
void 
add (
EventHandler<

RePublishingRequiredEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

RePublishingRequiredEventArgs^>^ 
value);
}
JavaScript
function add_
republishingRequired(
value);
function remove_
republishingRequired(
value);

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