Share via


ServerAgent.ConnectionDropped

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

public event ConnectionDroppedEventHandler ConnectionDropped;

Public Event ConnectionDropped As ConnectionDroppedEventHandler

Return Values

Delegate of type ConnectionDroppedEventHandler, which receives an argument of type ConnectionDroppedEventArgs.

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2005.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ConnectionDroppedEventArgs, ConnectionDroppedEventHandler, ServerAgent