다음을 통해 공유


IPendingWork.MustCommit(ICollection) 메서드

정의

작업 일괄 처리의 항목이 즉시 커밋되어야 하는지 여부를 어설션할 수 있도록 합니다.

public:
 bool MustCommit(System::Collections::ICollection ^ items);
public bool MustCommit (System.Collections.ICollection items);
abstract member MustCommit : System.Collections.ICollection -> bool
Public Function MustCommit (items As ICollection) As Boolean

매개 변수

items
ICollection

작업 항목의 ICollection입니다.

반환

Boolean

컬렉션의 항목이 즉시 커밋되어야 하면 true이고, 그렇지 않으면 false입니다.

설명

MustCommit에서 false를 반환하는 경우 작업이 이후 커밋 지점으로 연기될 수 있습니다. 항목을 커밋해야 하는 경우 true를 반환하며 현재 커밋 지점에서 모든 항목이 커밋됩니다. 가능한 커밋 지점에 대한 자세한 내용은 SqlWorkflowPersistenceService 클래스를 참조하십시오.

적용 대상