Alphashack.Graphdat.Agent.SqlTrace.SqlTraceManager.Start C# (CSharp) Méthode

Start() public static méthode

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