Share via


ConnectionDroppedReason enumeration

 
Communications Server 2007 Server SDK Documentation

ConnectionDroppedReason

The ConnectionDroppedReason enumeration defines a set of possible reasons for a dropped connection between the application and Office Communications Server.

public enum ConnectionDroppedReason

Members

Member Description
ApplicationDisabled The application was disabled by the administrator, or by Office Communications Server because too many message processing errors (more than 10) were encountered.
ApplicationDisconnected The application disconnected from Office Communications Server.
ApplicationReconnectTimeout The application timed out while attempting to reconnect to Office Communications Server.
ServerAgentDisposed The application called Dispose() on the application's ServerAgent object.
ServerShutdown The server was shutdown externally.
ServerTerminated The server terminated unexpectedly.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ConnectionDroppedEventArgs, ServerAgent.ConnectionDropped

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