ServerAgent.ConnectionDropped
ServerAgent.ConnectionDropped
The ConnectionDropped event is raised when the connection to the server has been dropped.
Syntax
[C#]
public event ConnectionDroppedEventHandler ConnectionDropped;
Syntax
[Visual Basic .NET]
Public Event ConnectionDropped As ConnectionDroppedEventHandler
Return Values
Delegate of type ConnectionDroppedEventHandler, which receives an argument of type ConnectionDroppedEventArgs.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)