This document is archived and information here might be outdated. Recommended version. |
Shuts down the extension.
[Visual Basic .NET]
Public Sub Shutdown ( _
)
[C#]
public void Shutdown (
);
[C++]
HRESULT Shutdown(
void
);
When implementing IExtension to create a custom extension, use the Shutdown method to perform some action when the extension gets unloaded.