ArcObjects Library Reference (DataSourcesGDB)  

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