SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) Metoda

Definicja

Zwraca wartość wskazującą, czy kolekcja serializowanych obiektów stanu powinna być zapisywana w bazie danych.

 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

Parametry

items
ICollection

ICollectionSerializowane obiekty stanu, które mają być zapisywane w bazie danych.

Zwraca

Boolean

true wskazuje, że partia powinna zostać zatwierdzona.

Implementuje

Uwagi

IPendingWork.MustCommit(ICollection) Funkcja zawsze zwraca true , która Instruuje aparat czasu wykonywania przepływu pracy do wywołania IPendingWork.MustCommit(ICollection) w partii.

Dotyczy