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


IAISImageServerManager.StartServiceProvider Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServerManager.StartServiceProvider Method

Starts the specified image service provider using either the default or the last saved configuration.

[Visual Basic .NET]
Public Function StartServiceProvider ( _
    ByVal ispName As String _
) As Boolean
[C#]
public bool StartServiceProvider (
    string ispName
);
[C++]
HRESULT StartServiceProvider(
  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.

See Also

IAISImageServerManager Interface