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

Show file Open project: alphashack/NET_graphdat Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Start() public static method

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

Stop() public static method

public static Stop ( ) : void
return void