public void Put(DatastoreKey datastoreKey, T value) => _child.Put(_convert(datastoreKey), value);
Beispiel #2
0
 public void Put(DatastoreKey datastoreKey, T value) => _lock.Write(() => _batch.Put(datastoreKey, value));