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


IServiceControl.StopServer 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.StopServer Method
ArcGIS Developer Help

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