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


IAISImageServerManager.StopServiceProvider Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServerManager.StopServiceProvider Method

Stops the specified image service provider.

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

Parameters ispName [in]
ispName is a parameter of type BSTR

Product Availability

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

See Also

IAISImageServerManager Interface