C# 클래스 Alphashack.Graphdat.Agent.SqlTrace.SqlTraceReader

파일 보기 프로젝트 열기: alphashack/NET_graphdat 1 사용 예제들

공개 메소드들

메소드 설명
Start ( EventLog eventLog, string workDirectory ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
DeleteOldTraces ( string dir ) : void
Exit ( string message ) : void
FindInstanceTraces ( TraceInfo>.Dictionary instances ) : void
InvokeStopping ( SqlTraceService e ) : void
LogEvent ( string message, EventLogEntryType logType ) : void
Logger ( GraphdatLogType type, object user, string fmt ) : void
ReadInstanceTraces ( TraceInfo>.Dictionary instances ) : void
ReadTraceFile ( string filename ) : void
SqlTraceReader ( EventLog eventLog, string workDirectory ) : System
Term ( ) : void
Worker ( ) : void

메소드 상세

Start() 공개 정적인 메소드

public static Start ( EventLog eventLog, string workDirectory ) : void
eventLog EventLog
workDirectory string
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void