다음을 통해 공유


SqlWorkflowPersistenceService.IPendingWork.Complete 메서드

정의

작업 일괄 처리를 완료하고 모든 리소스를 해제합니다.

 virtual void System.Workflow.Runtime.IPendingWork.Complete(bool succeeded, System::Collections::ICollection ^ items) = System::Workflow::Runtime::IPendingWork::Complete;
void IPendingWork.Complete(bool succeeded, System.Collections.ICollection items);
abstract member System.Workflow.Runtime.IPendingWork.Complete : bool * System.Collections.ICollection -> unit
override this.System.Workflow.Runtime.IPendingWork.Complete : bool * System.Collections.ICollection -> unit
Sub Complete (succeeded As Boolean, items As ICollection) Implements IPendingWork.Complete

매개 변수

succeeded
Boolean

커밋에 성공하면

items
ICollection

ICollection 직렬화된 상태 개체입니다.

구현

설명

의 기본 구현 SqlWorkflowPersistenceServiceIPendingWork.Complete 에서는 no-op. 클래스를 상속하고 확장하는 SqlWorkflowPersistenceService 경우 구현에서 지시하는 데 필요한 items 작업을 수행하는 데 사용할 IPendingWork.Complete 수 있습니다.

적용 대상