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: 7.1
Syntax public string ToString(
bool pVerbose
)
Public Function ToString (
pVerbose As Boolean
) As String
public:
String^ ToString(
bool pVerbose
)
member ToString :
pVerbose : bool -> string
Parameters
- pVerbose
- Type: SystemBoolean
True to add a detailed list of running workitems.
Return Value
Type:
StringThe list of WorkItems in the Queue and that are being processed at the moment.
See Also