A factory object for ArcGIS Server Connections.
Supported Platforms
Windows, Solaris, Linux
Interfaces
| Interfaces | Description |
|---|---|
| IAGSServerConnectionFactory (esriGISClient) | Provides access to members that create and open GIS server connections and supply server connection factory information. |
| IAGSServerConnectionFactory2 (esriGISClient) | Provides access to members that create and open GIS server connections and supply server connection factory information. |
| IAGSServerConnectionFactory3 (esriGISClient) | Provides access to members that create and open GIS server connections and supply server connection factory information. |
Remarks
An AGSServerConnectionFactoryis a dispenser of AGSServerConnection objects and allows a client to connect to an ArcGIS Server either directly over a LAN or indirectly to a specified web service catalog. An AGSServerConnection represents a GIS server or web service catalog that containe one of more server objects. Types of server objects are MapServer and GeocodeServer. An AGSServerConnectionFactorymaintains a pool of currently connected, active connections that are being referenced by the application. Connection properties are specified using a PropertySetobject and can be saved to a connection file.
AGSServerConnectionFactory is the one and only instance of its class.