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


IServerHelper.GetServerObjectConfigurationStatus Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

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,
  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