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


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

IServerObjectManager.GetConfigurationInfos Method

An enumerator over all the GIS server's ServerObjectConfigurationInfos.

[Visual Basic .NET]
Public Function GetConfigurationInfos ( _
) As IEnumServerObjectConfigurationInfo
[C#]
public IEnumServerObjectConfigurationInfo GetConfigurationInfos (
);
[C++]
HRESULT GetConfigurationInfos(
void
);

Product Availability

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

Remarks

GetConfigurationInfos returns an enumeration (IEnumServerObjectConfigurationInfo) of IServerObjectConfigurationInfo for configurations of any esriConfigurationStatus from all folders.

 

These Info objects provide information about the server object configurations and types that are required to make use of them in an application. Additional information about server object configurations can be accessed using the IServerObjectAdmin interface.

See Also

IServerObjectManager Interface