Click or drag to resize

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
Syntax
public void Rollback(
	Enlistment enlistment
)

Parameters

enlistment
Type: System.TransactionsEnlistment
An Enlistment object used to send a response to the transaction manager.
See Also