ArcGIS Developer Help  (System)    

IExtension.Shutdown Method

Shuts down the extension.

[Visual Basic 6.0]
Sub Shutdown
[Visual Basic .NET]
Public Sub Shutdown ( _
)
[C#]
public void Shutdown (
);
[Java]
public void shutdown (
)
throws
    IOException,
    AutomationException
[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

Example

IExtension Example

 


Feedback Send feedback on this page