SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) Metodo

Definizione

Restituisce un valore che indica se la raccolta di oggetti di stato serializzati deve essere scritta nel database.

 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

Parametri

items
ICollection

Un'interfaccia ICollection di oggetti di stato serializzati da scrivere nel database.

Restituisce

true indica che deve essere eseguito il commit del batch.

Implementazioni

Commenti

IPendingWork.MustCommit(ICollection) restituisce sempre true, che indica al motore di runtime del flusso di lavoro di richiamare IPendingWork.MustCommit(ICollection) sul batch.

Si applica a