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 重试。

适用于