public void Delete(DatastoreKey datastoreKey) => _child.Delete(_convert(datastoreKey));
Beispiel #2
0
 public void Delete(DatastoreKey datastoreKey) => _lock.Write(() => _batch.Delete(datastoreKey));