Exemplo n.º 1
0
 public Task Batch(Action <IRiakBatchClient> batchAction)
 {
     return(Task.Factory.StartNew(() => _client.Batch(batchAction)));
 }
Exemplo n.º 2
0
 public void Batch(Action <IRiakBatchClient> batchAction)
 {
     ExecAsync(() => _client.Batch(batchAction));
 }