SharedConnectionWorkflowCommitWorkBatchService Oluşturucular

Tanım

Aşırı Yüklemeler

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)

Parametreler

parameters
NameValueCollection

NameValueCollection. İş akışı çalışma zamanı altyapısı bir uygulama yapılandırma dosyasından hizmetleri yüklediğinde oluşturucu çağrılır. Geçerli anahtar: EnableRetries. Bu, başarısız bir veritabanı bağlantısı durumunda yeniden deneme isteğinde SharedConnectionWorkflowCommitWorkBatchService bulunur.

Şunlara uygulanır

SharedConnectionWorkflowCommitWorkBatchService(String)

Veritabanı bağlantı dizesi kullanarak bir SharedConnectionWorkflowCommitWorkBatchService sınıfı başlatır.

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)

Parametreler

connectionString
String

Veritabanı bağlantı dizesi.

Şunlara uygulanır