SharedConnectionWorkflowCommitWorkBatchService コンストラクター

定義

SharedConnectionWorkflowCommitWorkBatchService クラスを初期化します。

オーバーロード

SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)

SharedConnectionWorkflowCommitWorkBatchService クラスを初期化します。

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

データベース接続文字列。

適用対象