Exemple #1
0
 public void Commit(string txId)
 {
     AsyncHelpers.RunSync(() => asyncServerClient.CommitAsync(txId));
 }