ConnectionDroppedReason

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.

ConnectionDroppedReason

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

Syntax

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 R2

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

ConnectionDroppedEventArgs

ServerAgent.ConnectionDropped