Aracılığıyla paylaş


DefaultWorkflowCommitWorkBatchService Oluşturucular

Tanım

Aşırı Yüklemeler

DefaultWorkflowCommitWorkBatchService()

Bir DefaultWorkflowCommitWorkBatchService sınıfı başlatır.

DefaultWorkflowCommitWorkBatchService(NameValueCollection)

Başlatma için bir parametre koleksiyonu kullanarak SharedConnectionWorkflowCommitWorkBatchService sınıfını başlatır.

DefaultWorkflowCommitWorkBatchService()

Bir DefaultWorkflowCommitWorkBatchService sınıfı başlatır.

public:
 DefaultWorkflowCommitWorkBatchService();
public DefaultWorkflowCommitWorkBatchService ();
Public Sub New ()

Şunlara uygulanır

DefaultWorkflowCommitWorkBatchService(NameValueCollection)

Başlatma için bir parametre koleksiyonu kullanarak SharedConnectionWorkflowCommitWorkBatchService sınıfını başlatır.

public:
 DefaultWorkflowCommitWorkBatchService(System::Collections::Specialized::NameValueCollection ^ parameters);
public DefaultWorkflowCommitWorkBatchService (System.Collections.Specialized.NameValueCollection parameters);
new System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService : System.Collections.Specialized.NameValueCollection -> System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService
Public Sub New (parameters As NameValueCollection)

Parametreler

parameters
NameValueCollection

NameValueCollection. Oluşturucu, iş akışı çalışma zamanı altyapısı bir uygulama yapılandırma dosyasından Hizmetleri yüklediğinde çağrılır. Geçerli anahtar EnableRetries . Bu, DefaultWorkflowCommitWorkBatchService başarısız bir veritabanı bağlantısı durumunda yeniden deneneceğini ister.

Şunlara uygulanır