dtm-labs/client-csharp

how to implement sub barrier transaction for this case, can you implement more?

Closed this issue · 2 comments

khabt commented

how to implement for example in c#, can you implement more?

image

@khabt Thanks for your interest in this project.

Do you mean how to write code in branchBarrier.Call?

Here is a sample that you can follow:

await SagaGrpcAdjustBalance(conn, tx, TransInUID, (int)request.Amount, request.TransInResult);

khabt commented

Yeah, my project is using DTM to implement distribution transactions.
Thank you for your simple code.