Exemple #1
0
 public void RemoveSyncBlockId(SHA256Hash key)
 {
     this.sync_block_id.Remove(key.ToString());
 }
Exemple #2
0
 public object GetSyncBlockId(SHA256Hash key)
 {
     return(this.sync_block_id.Get(key.ToString()));
 }