ArcObjects Library Reference (GISClient)  

IAGOServerObjectConfiguration.Status Property

The status of this service.

[Visual Basic .NET]
Public Property Status As esriConfigurationStatus
[C#]
public esriConfigurationStatus Status {get; set;}
[C++]
HRESULT get_Status(
  esriConfigurationStatus* pStatus
);
[C++]
HRESULT put_Status(
  esriConfigurationStatus pStatus
);
[C++]

Parameters

pStatus [out, retval]

  pStatus is a parameter of type esriConfigurationStatus

pStatus [in]

  pStatus is a parameter of type esriConfigurationStatus

Product Availability

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

See Also

IAGOServerObjectConfiguration Interface