SharedConnectionWorkflowCommitWorkBatchService Constructors

Definition

Overloads

SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)

Initializes a SharedConnectionWorkflowCommitWorkBatchService class.

SharedConnectionWorkflowCommitWorkBatchService(String)

Initializes a SharedConnectionWorkflowCommitWorkBatchService class using a database connection string.

SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)

public:
 SharedConnectionWorkflowCommitWorkBatchService(System::Collections::Specialized::NameValueCollection ^ parameters);
public SharedConnectionWorkflowCommitWorkBatchService (System.Collections.Specialized.NameValueCollection parameters);
new System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService : System.Collections.Specialized.NameValueCollection -> System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService
Public Sub New (parameters As NameValueCollection)

Parameters

parameters
NameValueCollection

NameValueCollection. The constructor is invoked when the workflow runtime engine loads services from an application configuration file. The valid key is EnableRetries. This requests that the SharedConnectionWorkflowCommitWorkBatchService retry in case of a failed database connection.

Applies to

SharedConnectionWorkflowCommitWorkBatchService(String)

Initializes a SharedConnectionWorkflowCommitWorkBatchService class using a database connection string.

public:
 SharedConnectionWorkflowCommitWorkBatchService(System::String ^ connectionString);
public SharedConnectionWorkflowCommitWorkBatchService (string connectionString);
new System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService : string -> System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService
Public Sub New (connectionString As String)

Parameters

connectionString
String

Database connection string.

Applies to