Click or drag to resize

FileManagerCommit Method

Notifies an enlisted object that a transaction is being committed.

Namespace:  Novacta.Transactions.IO
Assembly:  Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntax
public void Commit(
	Enlistment enlistment
)

Parameters

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