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


IServerObjectExtension.Shutdown Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectExtension Interface > IServerObjectExtension.Shutdown Method
ArcGIS Developer Help

IServerObjectExtension.Shutdown Method

Stops the server object specified by the IServerObjectHelper reference.

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

Product Availability

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

See Also

IServerObjectExtension Interface