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


IServerObjectManager2.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 > IServerObjectManager2 Interface > IServerObjectManager2.GetConfigurationStatus Method
ArcGIS Developer Help

IServerObjectManager2.GetConfigurationStatus Method

Get the configuration status for a 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.

See Also

IServerObjectManager2 Interface