Click or drag to resize

FileManagerInDoubt Method

Notifies an enlisted object that the status of a transaction is in doubt.

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

Parameters

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