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


IAISImageServerManager.GetServerConfiguration Method (ArcObjects .NET 10.5 SDK)
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