C# Class Alphashack.Graphdat.Agent.SqlTrace.SqlTraceReader

Show file Open project: alphashack/NET_graphdat Class Usage Examples

Public Methods

Method Description
Start ( EventLog eventLog, string workDirectory ) : void
Stop ( ) : void

Private Methods

Method Description
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

Method Details

Start() public static method

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

Stop() public static method

public static Stop ( ) : void
return void