Alphashack.Graphdat.Agent.SqlTrace.SqlTraceManager.Start C# (CSharp) Method

Start() public static method

public static Start ( System.Diagnostics.EventLog eventLog, string workDirectory ) : void
eventLog System.Diagnostics.EventLog
workDirectory string
return void
        public static void Start(EventLog eventLog, string workDirectory)
        {
            if (_instance == null) _instance = new SqlTraceManager(eventLog, workDirectory);
        }