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
sender
The source of the unhandled exception event.e
ConnectionDroppedEventArgs object that contains the event data.
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
Namespace:Microsoft.Rtc.Sip Namespace
Assembly: ServerAgent (in ServerAgent.dll).