ArcObjects Library Reference (Server)  

ISOMController Interface

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
Method Start Starts the SOM.
Read-only property Started Indicates if the server is started(true) or not(false).
Method 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.