SharedConnectionWorkflowCommitWorkBatchService Class
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
'Declaration Public Class SharedConnectionWorkflowCommitWorkBatchService Inherits WorkflowCommitWorkBatchService 'Usage Dim instance As SharedConnectionWorkflowCommitWorkBatchService
public class SharedConnectionWorkflowCommitWorkBatchService extends WorkflowCommitWorkBatchService
public class SharedConnectionWorkflowCommitWorkBatchService extends WorkflowCommitWorkBatchService
Not applicable.
The SharedConnectionWorkflowCommitWorkBatchService service is used for database transactions that use a shared connection between different objects. To use the SharedConnectionWorkflowCommitWorkBatchService instead of the DefaultWorkflowCommitWorkBatchService in your WorkflowRuntime instance, use the AddService method.
Important: |
|---|
| If the SQL server used by the SharedConnectionWorkflowCommitWorkBatchService is down such as that caused by SQL cluster failovers or intermittent network issues, the SharedConnectionWorkflowCommitWorkBatchService will retry the commit process up to 20 times before raising a ServicesExceptionNotHandled event. |
System.Workflow.Runtime.Hosting.WorkflowRuntimeService
System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService
System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Important: