ESRI.ArcGIS.ADF.Connection
ConnectionMode Enumeration
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection Namespace : ConnectionMode Enumeration




ConnectionMode is implemented within the ADF to allow the web application to respond to backup/recovery situations with the server. The ConnectionMode is used to define the type of failover to perform.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("The assembly containing this enum is obsolete.  Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")>
Public Enum ConnectionMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ConnectionMode
C# 
[ObsoleteAttribute("The assembly containing this enum is obsolete.  Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")]
public enum ConnectionMode : System.Enum 

Members

MemberDescription
Default Does not perform any type of backup/recovery
Failover Reroute all requests to the alternate connection entry
RoundRobin Use the round-robin logic to route requests to different ArcGIS Server ServerObjectManagers

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.