Exemplo n.º 1
0
 static LoggingDistributorEvent()
 {
     EventLogIdentifier[] eventLogIDs = null;
     distributorEvent = new LoggingDistributorEvent(eventLogIDs);
     writerLock       = new ReaderWriterLock();
 }
Exemplo n.º 2
0
 static LoggingDistributorEvent()
 {
     EventLogIdentifier[] eventLogIDs = null;
     distributorEvent = new LoggingDistributorEvent(eventLogIDs);
     writerLock = new ReaderWriterLock();
 }