Click or drag to resize

FileManagerPrepare Method

Notifies an enlisted object that a transaction is being prepared for commitment.

Namespace:  Novacta.Transactions.IO
Assembly:  Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntax
public void Prepare(
	PreparingEnlistment preparingEnlistment
)

Parameters

preparingEnlistment
Type: System.TransactionsPreparingEnlistment
A PreparingEnlistment object used to send a response to the transaction manager.
See Also