ESRI.ArcGIS.ADF.Connection
ConnectionMode Enumeration
See Also  Send comments on this topic.
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 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 : 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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Connection.ConnectionMode

See Also

© 2010 All Rights Reserved.