-
Notifications
You must be signed in to change notification settings - Fork 1
QueueTransaction
busterwood edited this page Jan 2, 2018
·
1 revision
Create a new QueueTransaction
when reading from transactional queues or writing messages to transactional queues.
Note that use can use one of the following static fields:
-
None
(or null) for non-transactional queues -
Single
for single message transactions -
Dtc
to use the ambientSystem.Transactions.TransactionScope
transaction
Methods:
-
Commit()
to commit the transaction -
Abort()
to rollback the transaction -
Dispose()
to abort the transaction if it has not been committed.