Server Manager Interface
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
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. | |
AddServiceProvider | Add a new image service provider using the specified friendly name on the specified host machine and port. | |
Connect | Connects to an image server given host name and port. | |
GetServerConfiguration | Obtains the current configuration of the image server service as an XML string. The XML is defined by ISSConfig.xsd. | |
GetServerInfo | Obtains server information containing the list of all image service providers and image services as an XML string. | |
GetServiceConfiguration | Obtains current configuration of all image services hosted by the image server as an XML string. The XML is defined by ISServices.xsd. | |
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. | |
GetServiceProviderConfiguration | Obtains the current configuration of the specified image service provider as an XML string defined by ISPConfig.xsd | |
GetSOMRegisteredServer | Gets the server registered to a given host. | |
GetStatus | Gets the status XML details for any failure. | |
RefreshAllServices | Reloads all the services. | |
RefreshService | Reloads the given service. | |
RegisterToSOM | Registers the server to a given ArcGIS Server Object Manager SOM. | |
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. | |
RemoveServiceProvider | Removes the specified image service provider. | |
StartServer | Starts the image server service on the specified host machine using the default port or the last saved configuration on the host machine. | |
StartService | Publishes the specified compiled service definition file as an image service on the image service providers specified when the service was added. | |
StartServiceProvider | Starts the specified image service provider using either the default or the last saved configuration. | |
StopServer | Stops the image server service. Can be invoked only after connecting to the image server. | |
StopService | Stops an image service on the image service providers specified when the service was added. | |
StopServiceProvider | Stops the specified image service provider. | |
UpdateServerConfiguration | Updates configuration of the image server using the specified XML. The XML is defined by ISSConfig.xsd. | |
UpdateServiceConfiguration | Updates configuration of the image server pertaining all image services using the specified XML string. The XML is defined by ISServices.xsd. | |
UpdateServiceProviderConfiguration | Updates configuration of an image service provider using the specifed XML. The XML is defined by ISPConfig.xsd |
CoClasses that implement IAISImageServerManager
CoClasses and Classes | Description |
---|---|
AISImageServerManager | Image Server Manager CoClass |