C# 클래스 GSF.Diagnostics.TimerTrace

Executes a trace on the System.Threading.Timer for all queued timers.
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 will return "Not Supported"
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
GetTrace ( StringBuilder sb ) : void

Gets all of the callbacks for all timers.

비공개 메소드들

메소드 설명
ProcessTimerQueueTimer ( StringBuilder sb, object state ) : void
TimerTrace ( ) : System
TryProcessTimersTimerCallback ( StringBuilder sb, TimerCallback timerCallback ) : bool

메소드 상세

GetTrace() 공개 정적인 메소드

Gets all of the callbacks for all timers.
public static GetTrace ( StringBuilder sb ) : void
sb StringBuilder
리턴 void