|   | TimerTrace Class | 
        
        
            Executes a trace on the Timer for all queued timers.
            
        
          
             Inheritance Hierarchy
Inheritance Hierarchy
         
        
          SystemObject
          
  GSF.DiagnosticsTimerTrace
        
        Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static class TimerTrace
Public NotInheritable Class TimerTrace
public ref class TimerTrace abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TimerTrace = class end
GSF.Diagnostics.TimerTrace = function();
Type.createClass(
	'GSF.Diagnostics.TimerTrace');
The TimerTrace type exposes the following members.
 Properties
Properties Methods
Methods|  | Name | Description | 
|---|
|   | GetTrace | Gets all of the callbacks for all timers. | 
Top Remarks
Remarks
            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"
            
            
 See Also
See Also