TimerTrace Class
Executes a trace on the Timer for all queued timers.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.156 -- Release Build+0ee1ff4fa6051658049999c7d44b912d38bbb151
public static class TimerTrace
Public NotInheritable Class TimerTrace
public ref class TimerTrace abstract sealed
Gemstone.Diagnostics.TimerTrace = function();
Type.createClass(
'Gemstone.Diagnostics.TimerTrace');
- Inheritance
- Object TimerTrace
This class heavily relies on reflection to get the Timer queue.
Therefore it is very unlikely to work in MONO and can break
if Microsoft changes any of the member names or how the Timer
works.
In this case
WorksInThisRuntime will be set to false
and
GetTrace(StringBuilder) will return "Not Supported"
| GetTrace |
Gets all of the callbacks for all timers.
|