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


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

IAISImageServerManager.StopService Method

Stops an image service on the image service providers specified when the service was added.

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

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