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

Start() public static method

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