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


IDllThreadManager.OnShutdown Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDllThreadManager Interface > IDllThreadManager.OnShutdown Method
ArcGIS Developer Help

IDllThreadManager.OnShutdown Method

Occurs when the application is shutting down. DLL threads should be terminated upon receiving this message.

[Visual Basic .NET]
Public Sub OnShutdown ( _
)
[C#]
public void OnShutdown (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This method notifies the dll thread manager object that the application is shutting down so that the dll thread manager can terminate any threads that were created by the components in that dll.

See Also

IDllThreadManager Interface