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


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

IAISImageServerManager.UpdateServerConfiguration Method

Updates configuration of the image server using the specified XML. The XML is defined by ISSConfig.xsd.

[Visual Basic .NET]
Public Function UpdateServerConfiguration ( _
    ByVal serverConfigXml As String _
) As Boolean
[C#]
public bool UpdateServerConfiguration (
    string serverConfigXml
);
[C++]
HRESULT UpdateServerConfiguration(
  BSTR serverConfigXml,
  VARIANT_BOOL* retStatus
);
[C++]

Parameters serverConfigXml [in] serverConfigXml 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