 | 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
Syntaxpublic void InDoubt(
Enlistment enlistment
)
Public Sub InDoubt (
enlistment As Enlistment
)
public:
virtual void InDoubt(
Enlistment^ enlistment
) sealed
abstract InDoubt :
enlistment : Enlistment -> unit
override InDoubt :
enlistment : Enlistment -> unit
Parameters
- enlistment
- Type: System.TransactionsEnlistment
An Enlistment object
used to send a response to the transaction manager.
See Also