SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) Methode

Definition

Gibt einen Wert zurück, der angibt, ob die Auflistung serialisierter Zustandsobjekte in die Datenbank geschrieben werden soll.

 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

Parameter

items
ICollection

Ein ICollection serialisiertes Zustandsobjekt, das in die Datenbank geschrieben werden soll.

Gibt zurück

true gibt an, dass der Batch zugesichert werden soll.

Implementiert

Hinweise

IPendingWork.MustCommit(ICollection) gibt immer den Wert zurück true, der das Workflow-Laufzeitmodul anweist, das für den Batch aufgerufen werden IPendingWork.MustCommit(ICollection) soll.

Gilt für: