Provides access to members that start and stop ArcGIS server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
Description | ||
---|---|---|
Start | Starts the SOM. | |
Started | Indicates if the server is started(true) or not(false). | |
Stop | Stops the SOM. |
CoClasses that implement ISOMController
CoClasses and Classes | Description |
---|---|
SOMController | The SOMController object which provides access to members that start and stop ArcGIS server. |