Ejemplo n.º 1
0
 static SecurityProfileSaveEvent()
 {
     string[] counterNames = new string[]
         {
             SecurityServiceEvent.Counters[(int)CounterID.ProfileSave].CounterName
         };
     securityEvent = new SecurityProfileSaveEvent(counterNames);
     writerLock = new ReaderWriterLock();
 }
Ejemplo n.º 2
0
 static SecurityProfileSaveEvent()
 {
     string[] counterNames = new string[]
     {
         SecurityServiceEvent.Counters[(int)CounterID.ProfileSave].CounterName
     };
     securityEvent = new SecurityProfileSaveEvent(counterNames);
     writerLock    = new ReaderWriterLock();
 }