Biztalk Helper Class Question:
Do you know what is atomic Transaction?
Answer:
It follows full ACID properties Atomicity, Consistency, Isolation and Durability. If you require full ACID properties on the data—for example, when the data must be isolated from other transactions—you must use atomic transactions exclusively.
When an atomic transaction fails, all states are reset as if the orchestration instance never entered the scope.
When an atomic transaction fails, all states are reset as if the orchestration instance never entered the scope.
Previous Question | Next Question |
Do you know what is Gacutil.exe? | Tell me where can the helper class be used? |