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


IAISImageServerManager.UpdateServiceProviderConfiguration Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  VARIANT_BOOL* retStatus
);
[C++]

Parameters ispName [in] ispName is a parameter of type BSTR ispConfigXml [in] ispConfigXml is a parameter of type BSTR retStatus [out, retval] retStatus is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAISImageServerManager Interface