Пример #1
0
 public void Remove(int dataId)
 {
     TouchLastWrite();
     lock (this) {
         blockStore.Delete(dataId);
     }
 }