ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServerManager.GetServiceConfiguration Method

Obtains current configuration of all image services hosted by the image server as an XML string. The XML is defined by ISServices.xsd.

[Visual Basic .NET]
Public Function GetServiceConfiguration ( _
) As String
[C#]
public string GetServiceConfiguration (
);
[C++]
HRESULT GetServiceConfiguration(
  BSTR* serviceConfigXml
);
[C++]

Parameters

serviceConfigXml [out, retval]   serviceConfigXml is a parameter of type BSTR

Product Availability

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

See Also

IAISImageServerManager Interface