SharedConnectionWorkflowCommitWorkBatchService Konstruktoren

Definition

Überlädt

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)

Parameter

parameters
NameValueCollection

NameValueCollection. Der Konstruktor wird aufgerufen, wenn das Workflowlaufzeitmodul Dienste aus einer Anwendungskonfigurationsdatei lädt. Der gültige Schlüssel lautet EnableRetries. Dies fordert den SharedConnectionWorkflowCommitWorkBatchService Wiederholungsvorgang bei einer fehlgeschlagenen Datenbankverbindung an.

Gilt für:

SharedConnectionWorkflowCommitWorkBatchService(String)

Initialisiert eine SharedConnectionWorkflowCommitWorkBatchService-Klasse mithilfe einer Datenbank-Verbindungszeichenfolge.

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)

Parameter

connectionString
String

Datenbankverbindungszeichenfolge.

Gilt für: