ConnectionDroppedEventHandler
ConnectionDroppedEventHandler
The ConnectionDroppedEventHandler delegate handles ServerAgent.ConnectionDropped events raised when a ServerAgent object disconnects from Microsoft Lync Server 2010.
Syntax
public delegate void ConnectionDroppedEventHandler(
object sender,
ConnectionDroppedEventArgs e
);
Syntax
Public Delegate Sub ConnectionDroppedEventHandler( _
ByVal sender As object, _
ByVal e As ConnectionDroppedEventArgs _
)
Parameters
sender
The source of the unhandled exception event.e
ConnectionDroppedEventArgs object that contains the event data.
Remarks
ConnectionDroppedEventArgs contains the specific reason the connection with Lync Server 2010 was dropped by the server agent.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll).