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 |
C# | |
---|
[ObsoleteAttribute("The assembly containing this enum is obsolete. Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")]
public enum ConnectionMode : System.Enum |
Members
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