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


IAISImageServerManager.GetServiceConfiguration Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISImageServerManager Interface > IAISImageServerManager.GetServiceConfiguration Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IAISImageServerManager Interface