ISOMController Interface

Provides access to members that start and stop ArcGIS server.

Description

The SOMController class allows you to actually start and stop the GIS server. Use the methods on ISOMControllerto 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.

ISOMController.Start Method

Starts the SOM.

Public Sub Start ( _
)
public void Start (
);

ISOMController.Started Property

Indicates if the server is started(true) or not(false).

Public ReadOnly Property Started As Boolean
public bool Started {get;}

ISOMController.Stop Method

Stops the SOM.

Public Sub Stop ( _
)
public void Stop (
);

Classes that implement ISOMController

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.