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


IServiceControl.StartServer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > IS > IServiceControl Interface > IServiceControl.StartServer Method
ArcGIS Developer Help

IServiceControl.StartServer Method

Starts the server.

[Visual Basic .NET]
Public Sub StartServer ( _
)
[C#]
public void StartServer (
);
[C++]
HRESULT StartServer(
void
);

Product Availability

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

Description

This method starts a database service.

See Also

IServiceControl Interface