SharedConnectionWorkflowCommitWorkBatchService 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection) | |
SharedConnectionWorkflowCommitWorkBatchService(String) |
使用資料庫連線字串初始化 SharedConnectionWorkflowCommitWorkBatchService 類別。 |
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)
參數
- 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
資料庫連線字串。