Share via


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

Eine ICollection von serialisierten Zustandsobjekten, die in die Datenbank geschrieben werden soll.

Gibt zurück

true gibt an, dass ein Commitvorgang für den Batch ausgeführt werden soll.

Implementiert

Hinweise

IPendingWork.MustCommit(ICollection) gibt immer true zurück, wodurch die Workflowruntime-Engine angewiesen wird, IPendingWork.MustCommit(ICollection) für den Batch aufzurufen.

Gilt für: