Click or drag to resize

WorkerThreadPoolTerminateWorkItemsForType Method

Removes all pending work items of type 'type'.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public virtual int TerminateWorkItemsForType(
	Type type
)

Parameters

type
Type: SystemType
The type of workitems to be removed.

Return Value

Type: Int32
The number of removed worker items.
See Also