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


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

IServerStatus.GetConfigurationStatus Method

Gets the configuration status for the server object configuration with the specified Name and TypeName.

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

Name is a parameter of type BSTR TypeName [in]
TypeName is a parameter of type BSTR

Product Availability

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

Remarks

The GetConfigurationStatus method of the IServerStatus interface provides access to information about the enabled state and running instances of a particular server object configuration.

See Also

IServerStatus Interface