SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) メソッド

定義

シリアル化された状態オブジェクトのコレクションをデータベースに書き込む必要があるかどうかを示す値を返します。

 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

データベースに書き込まれるシリアル化された状態オブジェクトの ICollection

戻り値

true は、バッチをコミットする必要があることを示します。

実装

注釈

IPendingWork.MustCommit(ICollection) は、常に true を返します。これは、バッチに対して IPendingWork.MustCommit(ICollection) を呼び出すようワークフロー ランタイム エンジンに指示しています。

適用対象