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 작업 항목입니다.

반품

true컬렉션의 항목을 즉시 커밋해야 하면 이고, 그렇지 않으면 . false

설명

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

적용 대상