SharedConnectionWorkflowCommitWorkBatchService 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스를 SharedConnectionWorkflowCommitWorkBatchService 초기화합니다.
오버로드
| Name | Description |
|---|---|
| SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection) |
클래스를 SharedConnectionWorkflowCommitWorkBatchService 초기화합니다. |
| SharedConnectionWorkflowCommitWorkBatchService(String) |
데이터베이스 연결 문자열 사용하여 SharedConnectionWorkflowCommitWorkBatchService 클래스를 초기화합니다. |
SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)
클래스를 SharedConnectionWorkflowCommitWorkBatchService 초기화합니다.
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
데이터베이스 연결 문자열입니다.