Example #1
0
 public async Task <ACLResult> GetACLAsync(string path)
 {
     return(await _zooKeeper.getACLAsync(path));
 }