ArcObjects Library Reference (Server)  

IServerHelper.GetServerObjectConfigurationStatus Method

Returns a service's configured status.

ERROR: Syntax information about IServerHelper.GetServerObjectConfigurationStatus may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Server.dll

[C++]
HRESULT GetServerObjectConfigurationStatus(
  BSTR cfgName,
  BSTR cfgType,
  IServerObjectConfigurationStatus** ppCfgStatus
);
[C++]

Parameters

cfgName [in]   cfgName is a parameter of type BSTR cfgType [in]   cfgType is a parameter of type BSTR ppCfgStatus [out, retval]

  ppCfgStatus is a parameter of type IServerObjectConfigurationStatus

Product Availability

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

See Also

IServerHelper Interface