Click or drag to resize

WorkerThreadPoolToString Method (Boolean)

Returns the list of WorkItems in the Queue and that are being processed at the moment. Note that the NameTag has to be set when queueing the items with QueueUserWorkItem.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public string ToString(
	bool pVerbose
)

Parameters

pVerbose
Type: SystemBoolean
True to add a detailed list of running workitems.

Return Value

Type: String
The list of WorkItems in the Queue and that are being processed at the moment.
See Also