DefaultWorkflowCommitWorkBatchService 构造函数

定义

重载

DefaultWorkflowCommitWorkBatchService()

初始化 DefaultWorkflowCommitWorkBatchService 类。

DefaultWorkflowCommitWorkBatchService(NameValueCollection)

使用用于初始化的参数集合来初始化 SharedConnectionWorkflowCommitWorkBatchService 类。

DefaultWorkflowCommitWorkBatchService()

public:
 DefaultWorkflowCommitWorkBatchService();
public DefaultWorkflowCommitWorkBatchService ();
Public Sub New ()

适用于

DefaultWorkflowCommitWorkBatchService(NameValueCollection)

使用用于初始化的参数集合来初始化 SharedConnectionWorkflowCommitWorkBatchService 类。

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
NameValueCollection

NameValueCollection. 当工作流运行时引擎从应用程序配置文件加载服务时,会调用构造函数。 有效键为 EnableRetries。 这用于请求 DefaultWorkflowCommitWorkBatchService 在数据库连接失败的情况下进行重试。

适用于