Clerk.ForgetLogRecord Method

Definition

Does not deliver the last log record that was written by this instance of this interface.

C#
public void ForgetLogRecord ();

Remarks

This can only be used to forget the last record, there is no concept of nesting; that is, "Write, Forget, Write, Forget" is valid, but "Write, Write, Forget, Forget" is not. A log record that has been forgotten is not delivered to the Compensating Resource Manager (CRM) Compensator during transaction outcome notifications.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 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