Commit eda4012
authored
Correcting invalid references to CompleteAsync() on TransactionScope in sample code
Transaction scope does not have an async version of Complete(). Changing code samples referencing CompleteAsync() to Complete().
Refer, https://docs.microsoft.com/en-us/dotnet/api/system.transactions.transactionscope?view=net-6.01 parent 48d9b3d commit eda4012
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments