DefaultWorkflowCommitWorkBatchService 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.
Overloads
DefaultWorkflowCommitWorkBatchService() |
Initializes a DefaultWorkflowCommitWorkBatchService class. |
DefaultWorkflowCommitWorkBatchService(NameValueCollection) |
Initializes a SharedConnectionWorkflowCommitWorkBatchService class using a collection of parameters for initialization. |
DefaultWorkflowCommitWorkBatchService()
Initializes a DefaultWorkflowCommitWorkBatchService class.
public:
DefaultWorkflowCommitWorkBatchService();
public DefaultWorkflowCommitWorkBatchService ();
Public Sub New ()
Applies to
DefaultWorkflowCommitWorkBatchService(NameValueCollection)
Initializes a SharedConnectionWorkflowCommitWorkBatchService class using a collection of parameters for initialization.
public:
DefaultWorkflowCommitWorkBatchService(System::Collections::Specialized::NameValueCollection ^ parameters);
public DefaultWorkflowCommitWorkBatchService (System.Collections.Specialized.NameValueCollection parameters);
new System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService : System.Collections.Specialized.NameValueCollection -> System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService
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 the DefaultWorkflowCommitWorkBatchService to retry in case of a failed database connection.