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


IExtension.Shutdown Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IExtension.Shutdown Method

Shuts down the extension.

[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.

Remarks

When implementing IExtension to create a custom extension, use the Shutdown method to perform some action when the extension gets unloaded.

See Also

IExtension Interface