Occurs when the connection to the server has been dropped. For example, when the server has crashed.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public Event 
ConnectionDropped 
As 

ConnectionDroppedEventHandler
Visual Basic (usage)
Dim 
instance 
As 

ServerAgent
Dim 
handler 
As 

ConnectionDroppedEventHandler

AddHandler instance.
ConnectionDropped, 
handler
C#
public event 

ConnectionDroppedEventHandler 
ConnectionDropped

See also