ConnectionDroppedEventHandler
The ConnectionDroppedEventHandler delegate handles ServerAgent.ConnectionDropped events raised when a ServerAgent object disconnects from Microsoft Lync Server 2010.
Syntax
Copy Code | |
---|---|
public delegate void ConnectionDroppedEventHandler( object sender, ConnectionDroppedEventArgs e ); |
Syntax
Copy Code | |
---|---|
Public Delegate Sub ConnectionDroppedEventHandler( _ ByVal sender As object, _ ByVal e As ConnectionDroppedEventArgs _ ) |
Parameters
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).