SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
serialize된 상태 개체 컬렉션을 데이터베이스에 쓸지 여부를 나타내는 값을 반환합니다.
virtual bool System.Workflow.Runtime.IPendingWork.MustCommit(System::Collections::ICollection ^ items) = System::Workflow::Runtime::IPendingWork::MustCommit;
bool IPendingWork.MustCommit (System.Collections.ICollection items);
abstract member System.Workflow.Runtime.IPendingWork.MustCommit : System.Collections.ICollection -> bool
override this.System.Workflow.Runtime.IPendingWork.MustCommit : System.Collections.ICollection -> bool
Function MustCommit (items As ICollection) As Boolean Implements IPendingWork.MustCommit
매개 변수
- items
- ICollection
데이터베이스에 쓸 serialize된 상태 개체의 ICollection입니다.
반환
true
는 일괄 처리가 커밋되어야 함을 나타냅니다.
구현
설명
IPendingWork.MustCommit(ICollection)은 항상 true
를 반환하여 워크플로 런타임 엔진이 일괄 처리에서 IPendingWork.MustCommit(ICollection)을 호출하도록 합니다.