Click or drag to resize

WorkerThreadPoolOnApplicationExit Method

Stops any pending threads if the applications exits

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
protected void OnApplicationExit(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The sender of the event.
e
Type: SystemEventArgs
Contains event information.
See Also