TransactionDecorator Constructor

Design Pattern Framework 3.5

Design Pattern Framework 3.5 TransactionDecorator Constructor
Patterns-In-Action! ApplicationTransactionsTransactionDecoratorTransactionDecorator()()()
Members
Icon Member Description
TransactionDecorator()()()
Initializes a new instance of TransactionDecorator. Sets up the internal transaction scope variable.

TransactionDecorator(Transaction)
Initializes a new instance of the TransactionScope class and sets the specified transaction as the ambient transaction, so that transactional work done inside the scope uses this transDoFactory.

TransactionDecorator(TransactionScopeOption)
Initializes a new instance of the TransactionScope class with the specified requirements.

TransactionDecorator(Transaction, TimeSpan)
Initializes a new instance of the TransactionScope class with the specified timeout value, and sets the specified transaction as the ambient transaction, so that transactional work done inside the scope uses this transDoFactory.

TransactionDecorator(TransactionScopeOption, TimeSpan)
Initializes a new instance of the TransactionScope class with the specified timeout value and requirements.

TransactionDecorator(TransactionScopeOption, TransactionOptions)
Initializes a new instance of the TransactionScope class with the specified requirements.

TransactionDecorator(Transaction, TimeSpan, EnterpriseServicesInteropOption)
Initializes a new instance of the TransactionScope class with the specified timeout value and COM+ interoperability requirements, and sets the specified transaction as the ambient transaction, so that transactional work done inside the scope uses this transDoFactory.

TransactionDecorator(TransactionScopeOption, TransactionOptions, EnterpriseServicesInteropOption)
Initializes a new instance of the TransactionScope class with the specified scope and COM+ interoperability requirements, and transaction options.

Assembly: Transactions (Module: Transactions) Version: 1.0.0.0 (1.0.0.0)