Clerk.ForgetLogRecord Method

Definition

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

public:
 void ForgetLogRecord();
public void ForgetLogRecord ();
member this.ForgetLogRecord : unit -> unit
Public Sub 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