 | FileManagerEnlistVolatile Method |
Enlists this instance as a volatile resource
manager using the specified enlistment
options.
Namespace:
Novacta.Transactions.IO
Assembly:
Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntaxpublic void EnlistVolatile(
EnlistmentOptions enlistmentOptions
)
Public Sub EnlistVolatile (
enlistmentOptions As EnlistmentOptions
)
public:
void EnlistVolatile(
EnlistmentOptions enlistmentOptions
)
member EnlistVolatile :
enlistmentOptions : EnlistmentOptions -> unit
Parameters
- enlistmentOptions
- Type: System.TransactionsEnlistmentOptions
The enlistment options.
Exceptions
Remarks
The instance is enlisted as a volatile resource
to receive two phase commit notifications.
See Also