Nyelv

SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) Metódus

Definíció

Olyan értéket ad vissza, amely jelzi, hogy a szerializált állapotobjektumok gyűjteményét meg kell-e írni az adatbázisba.

 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

Paraméterek

items
ICollection

Az adatbázisba írandó szerializált állapotobjektumok egyike ICollection .

Válaszok

true azt jelzi, hogy a köteget véglegesíteni kell.

Megvalósítás

Megjegyzések

IPendingWork.MustCommit(ICollection) mindig visszatér true, amely arra utasítja a munkafolyamat futásidejű motort, hogy hívja meg IPendingWork.MustCommit(ICollection) a köteget.

A következőre érvényes: