SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值會指出是否應將序列化狀態物件的集合寫入資料庫中。
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)。