This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerHelper Interface > IServerHelper.GetServerObjectConfigurationStatus Method (ArcObjects .NET 10.4 SDK) |
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