ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServerManager.GetServerConfiguration Method

Obtains the current configuration of the image server service as an XML string. The XML is defined by ISSConfig.xsd.

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

Parameters

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

Product Availability

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

See Also

IAISImageServerManager Interface