ArcObjects Library Reference (DataSourcesGDB)  

IServiceControl.ServerStatus Property

The status of the server.

[Visual Basic .NET]
Public ReadOnly Property ServerStatus As esriDataServerStatusType
[C#]
public esriDataServerStatusType ServerStatus {get;}
[C++]
HRESULT get_ServerStatus(
  esriDataServerStatusType* status
);
[C++]

Parameters

status [out, retval]

  status is a parameter of type esriDataServerStatusType

Product Availability

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

Remarks

This method returns the current status of the database service (see esriDataServerStatusType).

See Also

IServiceControl Interface