SharedConnectionWorkflowCommitWorkBatchService Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir SharedConnectionWorkflowCommitWorkBatchService sınıfını başlatıyor.
Aşırı Yüklemeler
| SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection) |
Bir SharedConnectionWorkflowCommitWorkBatchService sınıfını başlatıyor. |
| SharedConnectionWorkflowCommitWorkBatchService(String) |
Veritabanı bağlantı SharedConnectionWorkflowCommitWorkBatchService dizesi kullanarak bir sınıfını başlatıyor. |
SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)
Bir SharedConnectionWorkflowCommitWorkBatchService sınıfını başlatıyor.
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. Oluşturucu, iş akışı çalışma zamanı altyapısı bir uygulama yapılandırma dosyasından hizmetleri yükleyene kadar çağrılır. Geçerli anahtar EnableRetries'tir. Bu, başarısız bir SharedConnectionWorkflowCommitWorkBatchService veritabanı bağlantısı durumunda yeniden deneme isteğinde bulundu.
Şunlara uygulanır
SharedConnectionWorkflowCommitWorkBatchService(String)
Veritabanı bağlantı SharedConnectionWorkflowCommitWorkBatchService dizesi kullanarak bir sınıfını başlatıyor.
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.