Example #1
0
 public async Task SetACLAsync(string path, List <ACL> acl, int version)
 {
     await _zooKeeper.setACLAsync(path, acl, version);
 }