Design Pattern Framework 3.5
TransactionDecorator Constructor
Patterns-In-Action! Application ► Transactions ► TransactionDecorator ► TransactionDecorator()()()
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.
|