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


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

IServiceControl.ContinueServer Method

Continues the server.

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

Product Availability

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

Description

This method continues a database service.

See Also

IServiceControl Interface