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


ISOMController Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > ISOMController Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement ISOMController

Classes Description
SOMController The SOMController object which provides access to members that start and stop ArcGIS server.