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

資料庫連接字串。

適用於