This document is archived and information here might be outdated. Recommended version. |
Provides access to members that start and stop ArcGIS server.
The SOMController class allows you to actually start and stop the GIS server. Use the methods on ISOMController to check to see if the server is running, and stop and start the server.
Name | Description | |
---|---|---|
Start | Starts the SOM. | |
Started | Indicates if the server is started(true) or not(false). | |
Stop | Stops the SOM. |
Classes | Description |
---|---|
SOMController | The SOMController object which provides access to members that start and stop ArcGIS server. |