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


ISOMController.Started Property (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 > ISOMController.Started Property
ArcGIS Developer Help

ISOMController.Started Property

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

[Visual Basic .NET]
Public ReadOnly Property Started As Boolean
[C#]
public bool Started {get;}
[C++]
HRESULT get_Started(
  Boolean* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISOMController Interface