SharedConnectionWorkflowCommitWorkBatchService 생성자

정의

클래스를 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

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

적용 대상