Compensator.EndCommit 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.
Notifies the Compensating Resource Manager (CRM) Compensator that it has delivered all the log records available during the commit phase.
public:
virtual void EndCommit();
public virtual void EndCommit ();
abstract member EndCommit : unit -> unit
override this.EndCommit : unit -> unit
Public Overridable Sub EndCommit ()
Examples
The following code example demonstrates the implementation of this method.
public:
virtual void EndCommit() override
{
// nothing to do
}
public override void EndCommit ()
{
// nothing to do
}
Public Overrides Sub EndCommit()
End Sub
' nothing to do
Applies to
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.