WorkerThreadPoolTerminateWorkItemsForType Method |
Removes all pending work items of type 'type'.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual int TerminateWorkItemsForType(
Type type
)
Public Overridable Function TerminateWorkItemsForType (
type As Type
) As Integer
public:
virtual int TerminateWorkItemsForType(
Type^ type
)
abstract TerminateWorkItemsForType :
type : Type -> int
override TerminateWorkItemsForType :
type : Type -> int
Parameters
- type
- Type: SystemType
The type of workitems to be removed.
Return Value
Type:
Int32The number of removed worker items.
See Also