DefaultWorkflowCommitWorkBatchService 생성자

정의

오버로드

Name Description
DefaultWorkflowCommitWorkBatchService()

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

DefaultWorkflowCommitWorkBatchService(NameValueCollection)

초기화를 위해 매개 변수 컬렉션을 사용하여 SharedConnectionWorkflowCommitWorkBatchService 클래스를 초기화합니다.

DefaultWorkflowCommitWorkBatchService()

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

public:
 DefaultWorkflowCommitWorkBatchService();
public DefaultWorkflowCommitWorkBatchService();
Public Sub New ()

적용 대상

DefaultWorkflowCommitWorkBatchService(NameValueCollection)

초기화를 위해 매개 변수 컬렉션을 사용하여 SharedConnectionWorkflowCommitWorkBatchService 클래스를 초기화합니다.

public:
 DefaultWorkflowCommitWorkBatchService(System::Collections::Specialized::NameValueCollection ^ parameters);
public DefaultWorkflowCommitWorkBatchService(System.Collections.Specialized.NameValueCollection parameters);
new System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService : System.Collections.Specialized.NameValueCollection -> System.Workflow.Runtime.Hosting.DefaultWorkflowCommitWorkBatchService
Public Sub New (parameters As NameValueCollection)

매개 변수

parameters
NameValueCollection

NameValueCollection; 생성자는 워크플로 런타임 엔진이 애플리케이션 구성 파일에서 서비스를 로드할 때 호출됩니다. 유효한 키는 .입니다 EnableRetries. 이렇게 하면 데이터베이스 연결이 실패한 경우 다시 시도하도록 요청 DefaultWorkflowCommitWorkBatchService 합니다.

적용 대상