다음을 통해 공유


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

커밋이 성공했으면 true이고, 그렇지 않으면 false입니다.

items
ICollection

serialize된 상태 개체의 ICollection입니다.

구현

설명

SqlWorkflowPersistenceService의 기본 구현
IPendingWork.Complete는 작동하지 않습니다. SqlWorkflowPersistenceService 클래스에서 상속하여 확장하면 IPendingWork.Complete를 사용하여 구현에 표시된 items에서 필요한 작업을 수행할 수 있습니다.

적용 대상