Compensator.EndCommit Methode

Definition

Benachrichtigt den Ausgleichs-Manager (CRM)-Ausgleichsmodul, dass er während der Commit-Phase alle verfügbaren Protokolldatensätze übermittelt hat.

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

Beispiele

Im folgenden Codebeispiel wird die Implementierung dieser Methode veranschaulicht.

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

End Sub

' nothing to do

Gilt für: