Beispiel #1
0
 public void Update(KeyValueBaseClient.KeyValueBaseReference.KeyImpl key, KeyValueBaseClient.KeyValueBaseReference.ValueListImpl newValue)
 {
     base.Channel.Update(key, newValue);
 }
Beispiel #2
0
 public void Insert(KeyValueBaseClient.KeyValueBaseReference.KeyImpl key, KeyValueBaseClient.KeyValueBaseReference.ValueListImpl value)
 {
     base.Channel.Insert(key, value);
 }