ArcObjects Library Reference (Server)  

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(
  VARIANT_BOOL* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISOMController Interface