ThreadPoolTrace Class
Executes a trace on the
ThreadPool for all callbacks currently queued.
This will not include work items that have a time delayed callback.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.175 -- Release Build+c17d9a0be4a12d18fcaf0b89389bc3af1b1cd7d1
public static class ThreadPoolTrace
Public NotInheritable Class ThreadPoolTrace
public ref class ThreadPoolTrace abstract sealed
Gemstone.Diagnostics.ThreadPoolTrace = function();
Type.createClass(
'Gemstone.Diagnostics.ThreadPoolTrace');
- Inheritance
- Object ThreadPoolTrace
This class heavily relies on reflection to get the ThreadPool queue.
Therefore it is very unlikely to work in MONO and can break
if Microsoft changes any of the member names or how the ThreadPool
works.
In this case
WorksInThisRuntime will be set to false
and
GetTrace(StringBuilder) will return "Not Supported"
| GetTrace |
Traces all queued items on the ThreadPool.
|