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.