ESRI.ArcGIS.ADF.Connection
ConnectionManager Class
Members  See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace : ConnectionManager Class




The ConnectionManager object manages the ServerConnections for the ADF. If configured appropriately, the ConnectionManager will accommodate both Failover and Round-robin scenarios. If none are specified, will hand out ServerConnections as configured by the web controls.

Object Model

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")>
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class ConnectionManager 
   Inherits ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As ConnectionManager
C# 
[ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")]
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class ConnectionManager : ThreadSafeCollection 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.ThreadSafeCollection
      ESRI.ArcGIS.ADF.Connection.ConnectionManager

See Also

© 2010 All Rights Reserved.