示例#1
0
 public long CreateChecksum()
 {
     lock (this) {
         return(blockStore.CreateChecksum());
     }
 }