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


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

IServiceControl.PauseServer Method

Pauses the server.

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

Product Availability

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

Description

This method pauses a database service.

See Also

IServiceControl Interface