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

Start() 공개 정적인 메소드

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