SqlWorkflowPersistenceService.IPendingWork.Complete 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업 일괄 처리를 완료하고 모든 리소스를 해제합니다.
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 수 있습니다.