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


IAISImageServerManager.GetServiceProviderConfiguration 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.GetServiceProviderConfiguration Method
ArcGIS Developer Help

IAISImageServerManager.GetServiceProviderConfiguration Method

Obtains the current configuration of the specified image service provider as an XML string defined by ISPConfig.xsd

[Visual Basic .NET]
Public Function GetServiceProviderConfiguration ( _
    ByVal ispName As String _
) As String
[C#]
public string GetServiceProviderConfiguration (
    string ispName
);
[C++]
HRESULT GetServiceProviderConfiguration(
  BSTR ispName
);
[C++]
Parameters
ispName [in]

ispName is a parameter of type BSTR

Product Availability

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

See Also

IAISImageServerManager Interface