static SecurityProfileLoadEvent()
 {
     string[] counterNames = new string[]
         {
             SecurityServiceEvent.Counters[(int)CounterID.ProfileLoad].CounterName
         };
     securityEvent = new SecurityProfileLoadEvent(counterNames);
     writerLock = new ReaderWriterLock();
 }
Exemple #2
0
 static SecurityProfileLoadEvent()
 {
     string[] counterNames = new string[]
     {
         SecurityServiceEvent.Counters[(int)CounterID.ProfileLoad].CounterName
     };
     securityEvent = new SecurityProfileLoadEvent(counterNames);
     writerLock    = new ReaderWriterLock();
 }