SqlWorkflowPersistenceService.IPendingWork.Commit Method

Definition

Writes an ICollection of serialized state objects to the database.

C#
void IPendingWork.Commit(System.Transactions.Transaction transaction, System.Collections.ICollection items);

Parameters

transaction
Transaction

A Transaction.

items
ICollection

The ICollection of work items to be written to the database.

Implements

Exceptions

An error occurred while trying to write to the database.

Remarks

The serialized state objects that are contained in items are written to the database.

Applies to

Продукт Версии
.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