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

注釈

MustCommitfalse を返した場合、作業は以降のコミット ポイントまで延期される場合があります。 いずれかの項目をコミットする必要がある場合は true が返され、すべての項目が現在のコミット ポイントでコミットされます。 可能なコミット ポイントについては、SqlWorkflowPersistenceService クラスを参照してください。

適用対象