This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISImageServerManager Interface > IAISImageServerManager.GetServiceConfiguration Method (ArcObjects .NET 10.5 SDK) |
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