WorkerThreadPoolOnApplicationExit Method |
Stops any pending threads if the applications exits
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected 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 Object
- The sender of the event.
- e EventArgs
- Contains event information.
See Also