This document is archived and information here might be outdated. Recommended version. |
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 (
);
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.