ServerAgent.OnConnectionDropped
The OnConnectionDropped method raises the ServerAgent.ConnectionDropped event with the supplied reason.
Syntax
[C#]
Copy Code | |
---|---|
protected void OnConnectionDropped( ConnectionDroppedReason reason ); |
Syntax
[Visual Basic .NET]
Copy Code | |
---|---|
Protected Sub OnConnectionDropped( _ ByVal reason As ConnectionDroppedReason _ ) |
Parameters
Return Values
This method has no return values.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)