Beispiel #1
0
 public NodeSet Read(int dataId)
 {
     lock (this) {
         return(blockStore.GetNodeSet(dataId));
     }
 }