WorkerThreadPoolOnApplicationExit Method |
Stops any pending threads if the applications exits
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected void OnApplicationExit(
Object sender,
EventArgs e
)
Protected Sub OnApplicationExit (
sender As Object,
e As EventArgs
)
protected:
void OnApplicationExit(
Object^ sender,
EventArgs^ e
)
member OnApplicationExit :
sender : Object *
e : EventArgs -> unit
Parameters
- sender
- Type: SystemObject
The sender of the event. - e
- Type: SystemEventArgs
Contains event information.
See Also