ServerAgent.OnConnectionDropped
ServerAgent.OnConnectionDropped
The OnConnectionDropped method raises the ServerAgent.ConnectionDropped event with the supplied reason.
Syntax
[C#]
protected void OnConnectionDropped(
ConnectionDroppedReason reason
);
Syntax
[Visual Basic .NET]
Protected Sub OnConnectionDropped( _
ByVal reason As ConnectionDroppedReason _
)
Parameters
- reason
Reason why the connection to Microsoft Lync Server 2010 was dropped by the server agent as a ConnectionDroppedReason enumeration value.
Return Values
This method has no return values.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)