ConnectionDroppedReason

The ConnectionDroppedReason enumeration defines a set of possible reasons for a dropped connection between the application and Microsoft Lync Server 2010.

Syntax

  Copy imageCopy Code
public enum ConnectionDroppedReason

Members

Member

Description

ApplicationDisabled

The application was disabled by the administrator, or by Lync Server 2010 because too many message processing errors (more than 10) were encountered.

ApplicationDisconnected

The application disconnected from Lync Server 2010.

ApplicationReconnectTimeout

The application timed out while attempting to reconnect to Lync Server 2010.

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 Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also