Share via


ServerAgent.OnConnectionDropped

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

protected void OnConnectionDropped(ConnectionDroppedReasonreason);

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.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ConnectionDroppedReason, ServerAgent, ServerAgent.ConnectionDropped