Beispiel #1
0
 public LotsOfClients.KeyValueBaseReference.ValueListImpl[] AtomicScan(LotsOfClients.KeyValueBaseReference.KeyImpl begin, LotsOfClients.KeyValueBaseReference.KeyImpl end, object predicate)
 {
     return(base.Channel.AtomicScan(begin, end, predicate));
 }
Beispiel #2
0
 public void Delete(LotsOfClients.KeyValueBaseReference.KeyImpl key)
 {
     base.Channel.Delete(key);
 }
Beispiel #3
0
 public void Insert(LotsOfClients.KeyValueBaseReference.KeyImpl key, LotsOfClients.KeyValueBaseReference.ValueListImpl value)
 {
     base.Channel.Insert(key, value);
 }
Beispiel #4
0
 public void Update(LotsOfClients.KeyValueBaseReference.KeyImpl key, LotsOfClients.KeyValueBaseReference.ValueListImpl newValue)
 {
     base.Channel.Update(key, newValue);
 }
Beispiel #5
0
 public LotsOfClients.KeyValueBaseReference.ValueListImpl Read(LotsOfClients.KeyValueBaseReference.KeyImpl key)
 {
     return(base.Channel.Read(key));
 }