SqlWorkflowPersistenceService.IPendingWork.MustCommit(ICollection) Method

Definition

Returns a value that indicates whether the collection of serialized state objects should be written to the database.

C#
bool IPendingWork.MustCommit(System.Collections.ICollection items);

Parameters

items
ICollection

An ICollection of serialized state objects to be written to the database.

Returns

true indicates that the batch should be committed.

Implements

Remarks

IPendingWork.MustCommit(ICollection) always returns true, which instructs the workflow run-time engine to invoke IPendingWork.MustCommit(ICollection) on the batch.

Applies to

Produkt Versiounen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1