ArcObjects Library Reference (DataSourcesGDB)  

IServiceControl.StopServer Method

Stops the server.

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

Product Availability

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

Description

This method stops a database service.

See Also

IServiceControl Interface