Exemple #1
0
 public static ArchiveListing Read(ArchiveAccessor accessor, Action <long> progressIncrement, Action <long> progressTotalChanged)
 {
     using (ArchiveListingReaderV2 reader = new ArchiveListingReaderV2(accessor, progressIncrement, progressTotalChanged))
     {
         ArchiveListing result = reader.Read();
         return(result);
     }
 }
 public static ArchiveListing Read(ArchiveAccessor accessor, Action<long> progressIncrement, Action<long> progressTotalChanged)
 {
     using (ArchiveListingReaderV2 reader = new ArchiveListingReaderV2(accessor, progressIncrement, progressTotalChanged))
     {
         ArchiveListing result = reader.Read();
         return result;
     }
 }