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


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

IAISImageServerManager.StartServer Method

Starts the image server service on the specified host machine using the default port or the last saved configuration on the host machine.

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

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