Share via


SharedConnectionWorkflowCommitWorkBatchService 생성자

정의

SharedConnectionWorkflowCommitWorkBatchService 클래스를 초기화합니다.

오버로드

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

데이터베이스 연결 문자열입니다.

적용 대상