 | FileManagerRollback Method |
Notifies an enlisted object that a transaction is being rolled
back (aborted).
Namespace:
Novacta.Transactions.IO
Assembly:
Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntaxpublic void Rollback(
Enlistment enlistment
)
Public Sub Rollback (
enlistment As Enlistment
)
public:
virtual void Rollback(
Enlistment^ enlistment
) sealed
abstract Rollback :
enlistment : Enlistment -> unit
override Rollback :
enlistment : Enlistment -> unit
Parameters
- enlistment
- Type: System.TransactionsEnlistment
An Enlistment object used
to send a response to the transaction manager.
See Also