ArcObjects Library Reference (DataSourcesGDB)  

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