Ejemplo n.º 1
0
 public Task <RiakCounterResult> GetCounter(string bucket, string counter, RiakCounterGetOptions options = null)
 {
     return(Task.Factory.StartNew(() => _client.GetCounter(bucket, counter, options)));
 }