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


IServerObjectExtension.Shutdown Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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