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


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

IAISImageServerManager.StartService Method

Publishes the specified compiled service definition file as an image service on the image service providers specified when the service was added.

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

serviceName is a parameter of type BSTR

Product Availability

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

See Also

IAISImageServerManager Interface