ConnectionDroppedEventHandler.ConnectionDroppedEventHandler delegate

 
Microsoft Office Live Communications Server 2005 with SP1

ConnectionDroppedEventHandler

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

[C#]public delegate void ConnectionDroppedEventHandler(objectsender,
ConnectionDroppedEventArgse);
[Visual Basic .NET]Public Delegate Sub ConnectionDroppedEventHandler( _
  ByVal sender As object, _
  ByVal e As ConnectionDroppedEventArgs _
)

Parameters

Remarks

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

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ConnectionDroppedEventArgs, ServerAgent, ServerAgent.ConnectionDropped

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