Share via


ServerAgent.OnConnectionDropped(ConnectionDroppedReason) method

 
Communications Server 2007 Server SDK Documentation

ServerAgent.OnConnectionDropped

The OnConnectionDropped method raises the ServerAgent.ConnectionDropped event with the supplied reason.

[C#]
protected void OnConnectionDropped(
ConnectionDroppedReason reason
);
FakePre-f0cc0a79fce74d48af469a13b7dfe917-5ec6973014614135b2844b54d20a553b

Parameters

  • reason
    Reason why the connection to the Office 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 Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ConnectionDroppedReason, ServerAgent, ServerAgent.ConnectionDropped

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.