Example #1
0
 private void FlushAndCreateNewFile()
 {
     lock (_eventsCollectingLock)
     {
         _fileWrapper.CreateNewFile();
     }
 }