ArcObjects Library Reference (Server)  

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(
  IEnumServerObjectConfigurationInfo** infos
);
[C++]

Parameters

infos [out, retval]

  infos is a parameter of type IEnumServerObjectConfigurationInfo

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