Compartilhar via


SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) Método

Definição

Retorna um valor que indica se a coleção de objetos de estado serializados deve ser gravada no banco de dados.

 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

Parâmetros

items
ICollection

Um ICollection de objetos de estado serializados a serem gravados no banco de dados.

Retornos

Boolean

true indica que o lote deve ser confirmado.

Implementações

Comentários

IPendingWork.MustCommit(ICollection) sempre retorna true , o que instrui o mecanismo de tempo de execução do fluxo de trabalho a invocar IPendingWork.MustCommit(ICollection) no lote.

Aplica-se a