Clerk.ForgetLogRecord Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.