SharedConnectionWorkflowCommitWorkBatchService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a SharedConnectionWorkflowCommitWorkBatchService class.
Overloads
SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection) |
Initializes a SharedConnectionWorkflowCommitWorkBatchService class. |
SharedConnectionWorkflowCommitWorkBatchService(String) |
Initializes a SharedConnectionWorkflowCommitWorkBatchService class using a database connection string. |
SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)
Initializes a SharedConnectionWorkflowCommitWorkBatchService class.
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.