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: 7.2
Syntax
protected void OnApplicationExit(
	Object sender,
	EventArgs e
)

Parameters

sender  Object
The sender of the event.
e  EventArgs
Contains event information.
See Also