예제 #1
0
 static LoggingDistributorEvent()
 {
     EventLogIdentifier[] eventLogIDs = null;
     distributorEvent = new LoggingDistributorEvent(eventLogIDs);
     writerLock       = new ReaderWriterLock();
 }
예제 #2
0
 static LoggingDistributorEvent()
 {
     EventLogIdentifier[] eventLogIDs = null;
     distributorEvent = new LoggingDistributorEvent(eventLogIDs);
     writerLock = new ReaderWriterLock();
 }