Compensator.EndCommit Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Avertit le compensateur crm (Compensation resource Manager) qu’il a remis tous les enregistrements de journal disponibles pendant la phase de validation.
public:
virtual void EndCommit();
public virtual void EndCommit();
abstract member EndCommit : unit -> unit
override this.EndCommit : unit -> unit
Public Overridable Sub EndCommit ()
Exemples
L’exemple de code suivant illustre l’implémentation de cette méthode.
public:
virtual void EndCommit() override
{
// nothing to do
}
public override void EndCommit ()
{
// nothing to do
}
Public Overrides Sub EndCommit()
End Sub
' nothing to do