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


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

IAISImageServerManager.RemoveService Method

Removes an image service from specified image service providers. Pass an empty array to indicate all available image service providers known by the server. ServiceName is optional.

[Visual Basic .NET]
Public Function RemoveService ( _
    ByVal serviceName As String, _
    ByRef ispNames As String[]& _
) As Boolean
[C#]
public bool RemoveService (
    string serviceName,
    ref String[]& ispNames
);
[C++]
HRESULT RemoveService(
  BSTR serviceName,
  SAFEARRAY(System.String)* ispNames
);
[C++]
Parameters
serviceName [in]

serviceName is a parameter of type BSTR ispNames [in]
ispNames is a parameter of type SAFEARRAY(BSTR)*

Product Availability

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

See Also

IAISImageServerManager Interface