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