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


IServerHelper.GetServerObjectConfigurationStatus Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerHelper Interface > IServerHelper.GetServerObjectConfigurationStatus Method
ArcGIS Developer Help

IServerHelper.GetServerObjectConfigurationStatus Method

Returns a service's configured status.

[Visual Basic .NET]
Public Function GetServerObjectConfigurationStatus ( _
    ByVal cfgName As String, _
    ByVal cfgType As String _
) As IServerObjectConfigurationStatus
[C#]
public IServerObjectConfigurationStatus GetServerObjectConfigurationStatus (
    string cfgName,
    string cfgType
);
[C++]
HRESULT GetServerObjectConfigurationStatus(
  BSTR cfgName,
  BSTR cfgType
);
[C++]
Parameters
cfgName [in]

cfgName is a parameter of type BSTR cfgType [in]
cfgType is a parameter of type BSTR

Product Availability

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

See Also

IServerHelper Interface