ConnectionDroppedEventHandler

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

ConnectionDroppedEventHandler

The ConnectionDroppedEventHandler delegate handles ServerAgent.ConnectionDropped events raised when a ServerAgent object disconnects from the Office Communications Server.

Syntax

public delegate void ConnectionDroppedEventHandler(
  object sender,
  ConnectionDroppedEventArgs e
);

Syntax

Public Delegate Sub ConnectionDroppedEventHandler( _
  ByVal sender As object, _
  ByVal e As ConnectionDroppedEventArgs _
)

Parameters

Remarks

ConnectionDroppedEventArgs contains the specific reason the connection with the Office Communications Server was dropped by the server agent.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007 R2

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll).

See Also

Concepts

ConnectionDroppedEventArgs

ServerAgent

ServerAgent.ConnectionDropped