ServerAgent.OnConnectionDropped(ConnectionDroppedReason) method
Microsoft Office Live Communications Server 2005 with SP1 |
ServerAgent.OnConnectionDropped
The OnConnectionDropped method raises the ServerAgent.ConnectionDropped event with the supplied reason.
[C#] protected void OnConnectionDropped( ConnectionDroppedReason reason );
[Visual Basic .NET] Protected Sub OnConnectionDropped( _ ByVal reason As ConnectionDroppedReason _ )
Parameters
- reason
Reason why the connection to the Live Communications Server was dropped by the server agent as a ConnectionDroppedReason enumeration value.
Return Values
This method has no return values.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
ConnectionDroppedReason, ServerAgent, ServerAgent.ConnectionDropped
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |