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