Compensator.BeginCommit(Boolean) Method

Definition

Notifies the Compensating Resource Manager (CRM) Compensator of the commit phase of the transaction completion and the upcoming delivery of records.

public virtual void BeginCommit (bool fRecovery);

Parameters

fRecovery
Boolean

true to begin commit phase; otherwise, false.

Examples

The following code example demonstrates the implementation of this method.

public override void BeginCommit (bool commit)
{
    // nothing to do
}

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