Removes the specified image service provider.
[Visual Basic .NET] Public Function RemoveServiceProvider ( _ ByVal ispName As String _ ) As Boolean
[C#] public bool RemoveServiceProvider ( string ispName );
[C++]
HRESULT RemoveServiceProvider(
BSTR ispName,
VARIANT_BOOL* retStatus
);
[C++]Parameters
ispName [in] ispName 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.