次の方法で共有


SharedConnectionWorkflowCommitWorkBatchService コンストラクター

定義

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

オーバーロード

SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)

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

SharedConnectionWorkflowCommitWorkBatchService(String)

データベース接続文字列を使用して、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

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

適用対象