共用方式為


SharedConnectionWorkflowCommitWorkBatchService 建構函式

定義

多載

SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)

初始化 SharedConnectionWorkflowCommitWorkBatchService 類別。

SharedConnectionWorkflowCommitWorkBatchService(String)

使用資料庫連線字串初始化 SharedConnectionWorkflowCommitWorkBatchService 類別。

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
NameValueCollection

NameValueCollection. 當工作流程執行階段引擎從應用程式組態檔載入服務時,叫用建構函式。 有效的索引鍵為 EnableRetries。 如果資料庫連線失敗,這會要求 SharedConnectionWorkflowCommitWorkBatchService 重試。

適用於

SharedConnectionWorkflowCommitWorkBatchService(String)

使用資料庫連線字串初始化 SharedConnectionWorkflowCommitWorkBatchService 類別。

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)

參數

connectionString
String

資料庫連線字串。

適用於