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


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

IAISImageServerManager.UpdateServiceProviderConfiguration Method

Updates configuration of an image service provider using the specifed XML. The XML is defined by ISPConfig.xsd

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

ispName is a parameter of type BSTR ispConfigXml [in]
ispConfigXml is a parameter of type BSTR

Product Availability

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

See Also

IAISImageServerManager Interface