ServerAgent.ConnectionDropped

The ConnectionDropped event is raised when the connection to the server has been dropped.

Syntax

[C#]

  Copy imageCopy Code
public event ConnectionDroppedEventHandler ConnectionDropped;

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
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)

See Also