This document is archived and information here might be outdated.  Recommended version.


IAISImageServerManager Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISImageServerManager Interface
ArcGIS Developer Help

IAISImageServerManager Interface

Server Manager Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddService Adds an image service to the specified image service providers. Pass an empty array to indicate all available image service providers known by the server. Service name and service properties are optional.
Method AddServiceProvider Add a new image service provider using the specified friendly name on the specified host machine and port.
Method Connect Connects to an image server given host name and port.
Method GetServerConfiguration Obtains the current configuration of the image server service as an XML string. The XML is defined by ISSConfig.xsd.
Method GetServerInfo Obtains server information containing the list of all image service providers and image services as an XML string.
Method GetServiceConfiguration Obtains current configuration of all image services hosted by the image server as an XML string. The XML is defined by ISServices.xsd.
Method GetServiceDefinitionName Gets the service name of the image service, given the path to compiled service. Returns an empty string if the service was never published or has not been started.
Method GetServiceProviderConfiguration Obtains the current configuration of the specified image service provider as an XML string defined by ISPConfig.xsd
Method GetSOMRegisteredServer Gets the server registered to a given host.
Method GetStatus Gets the status XML details for any failure.
Method RefreshAllServices Reloads all the services.
Method RefreshService Reloads the given service.
Method RegisterToSOM Registers the server to a given ArcGIS Server Object Manager SOM.
Method RemoveService Removes an image service from specified image service providers. Pass an empty array to indicate all available image service providers known by the server. ServiceName is optional.
Method RemoveServiceProvider Removes the specified image service provider.
Method StartServer Starts the image server service on the specified host machine using the default port or the last saved configuration on the host machine.
Method StartService Publishes the specified compiled service definition file as an image service on the image service providers specified when the service was added.
Method StartServiceProvider Starts the specified image service provider using either the default or the last saved configuration.
Method StopServer Stops the image server service. Can be invoked only after connecting to the image server.
Method StopService Stops an image service on the image service providers specified when the service was added.
Method StopServiceProvider Stops the specified image service provider.
Method UpdateServerConfiguration Updates configuration of the image server using the specified XML. The XML is defined by ISSConfig.xsd.
Method UpdateServiceConfiguration Updates configuration of the image server pertaining all image services using the specified XML string. The XML is defined by ISServices.xsd.
Method UpdateServiceProviderConfiguration Updates configuration of an image service provider using the specifed XML. The XML is defined by ISPConfig.xsd

Classes that implement IAISImageServerManager

Classes Description
AISImageServerManager Image Server Manager CoClass