.
The TransactionOptions property determines how the transaction is handled.
During normal operations the transaction is committed at the end of the TransactionScopeActivity. If an exception is raised somewhere inside the TransactionScopeActivity, for example by a ThrowActivity, a rollback is performed.
To ensure consistency between the WorkflowInstance and the database being updated the TransactionScopeActivity is adorned with the PersistOnCloseAttribute. When the TransactionScopeActivity is used the WorkflowRuntime must be configured with a WorkflowPersistenceService. This could be the build in SqlWorkflowPersistenceService or another custom WorkflowPersistenceService.
New type in the .NET 2.0 framework to facilitate the use of transactions.
23-11-2009 15:30:58 - -80.126.16.139
Determines how an TransactionScopeActivity is executed.
23-11-2009 15:30:55 - MauriceDeBeijer-80.126.16.139
Wraps all contained activities in a TransactionScope
23-11-2009 15:31:00 - -80.126.16.139
Wraps all contained activities in a TransactionScope
23-11-2009 15:31:00 - -80.126.16.139
Used to raise an exception in a workflow.
23-11-2009 15:30:31 - -12.96.172.6
A WorkflowInstance is an actual executing copy of a WorkflowDefinition.
23-11-2009 15:32:33 - 80.126.236.224
Wraps all contained activities in a TransactionScope
23-11-2009 15:31:00 - -80.126.16.139
Indicates that the current workflow instance must be persisted when the adorned activity completes its execution.
23-11-2009 15:26:43 - -203.69.39.251
Wraps all contained activities in a TransactionScope
23-11-2009 15:31:00 - -80.126.16.139
The set of objects used to host the Workflow and provide services to it.
23-11-2009 15:33:06 - -80.126.16.139
The abstract base class from which all persistence services are derived.
23-11-2009 15:32:47 - -80.126.16.139
Represents a persistence service that uses a SQL database to store workflow state information.
23-11-2009 15:29:56 - MauriceDeBeijer-80.126.16.139
The abstract base class from which all persistence services are derived.
23-11-2009 15:32:47 - -80.126.16.139