ConnectionDroppedReason enumeration
| Microsoft Office Live Communications Server 2005 with SP1 |
ConnectionDroppedReason
The ConnectionDroppedReason enumeration defines a set of possible reasons for a dropped connection between the application and the Live Communications Server.
public enum ConnectionDroppedReason
Members
| Member | Description |
|---|---|
| ApplicationDisabled | The application was disabled by the administrator, or by the Live Communications Server because too many message processing errors (more than 10) were encountered. |
| ApplicationDisconnected | The application disconnected from the Live Communications Server. |
| ApplicationReconnectTimeout | The application timed out while attempting to reconnect to the Live 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 Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
ConnectionDroppedEventArgs, ServerAgent.ConnectionDropped
| What did you think of this topic? |
| © 2008 Microsoft Corporation. All rights reserved. |