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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Exit ( string message ) : void
GetDatabases ( ) : DatabaseInfo>.Dictionary
InvokeStopping ( SqlTraceService e ) : void
ReportDatabases ( DatabaseInfo>.ICollection databases ) : void
SqlTraceManager ( System.Diagnostics.EventLog eventLog, string workDirectory ) : System
Term ( ) : void
Worker ( ) : void

메소드 상세

Start() 공개 정적인 메소드

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

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void