다음을 통해 공유


SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) 메서드

정의

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입니다.

반환

Boolean

true는 일괄 처리가 커밋되어야 함을 나타냅니다.

구현

설명

IPendingWork.MustCommit(ICollection)은 항상 true를 반환하여 워크플로 런타임 엔진이 일괄 처리에서 IPendingWork.MustCommit(ICollection)을 호출하도록 합니다.

적용 대상