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


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

IAISImageServerManager.UpdateServiceConfiguration Method

Updates configuration of the image server pertaining all image services using the specified XML string. The XML is defined by ISServices.xsd.

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

serviceConfigXml is a parameter of type BSTR

Product Availability

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

See Also

IAISImageServerManager Interface