Compensator.EndCommit Methode

Definitie

Noteert de Compensating Resource Manager (CRM) Compensator dat alle logboekrecords zijn geleverd die beschikbaar zijn tijdens de doorvoerfase.

public:
 virtual void EndCommit();
public virtual void EndCommit();
abstract member EndCommit : unit -> unit
override this.EndCommit : unit -> unit
Public Overridable Sub EndCommit ()

Voorbeelden

In het volgende codevoorbeeld ziet u de implementatie van deze methode.

public:
    virtual void EndCommit() override
    {
        // nothing to do
    }
public override void EndCommit ()
{
    // nothing to do
}
Public Overrides Sub EndCommit() 

End Sub

' nothing to do

Van toepassing op