SignalingSession.RenegotiationToRefreshNeeded Event

Definition

Raised when the session is enabled for a session timer, the local endpoint is the refresher, and the remote does not support the
UPDATE method. The application is responsible for calling BeginRenegotiateDescription to keep the session alive.

public:
 event EventHandler<EventArgs ^> ^ RenegotiationToRefreshNeeded;
public event EventHandler<EventArgs> RenegotiationToRefreshNeeded;
member this.RenegotiationToRefreshNeeded : EventHandler<EventArgs> 
Public Custom Event RenegotiationToRefreshNeeded As EventHandler(Of EventArgs) 

Event Type

EventHandler<EventArgs>

Applies to