Alphashack.Graphdat.Agent.SqlTrace.SqlTraceReader.Start C# (CSharp) 메소드

Start() 공개 정적인 메소드

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