SignalingSession.RenegotiationToRefreshNeeded 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 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)