Compensator.EndAbort 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 received all the log records available during the abort phase.
public:
virtual void EndAbort();
public virtual void EndAbort ();
abstract member EndAbort : unit -> unit
override this.EndAbort : unit -> unit
Public Overridable Sub EndAbort ()
Examples
The following code example demonstrates the implementation of this method.
public:
virtual void EndAbort() override
{
// nothing to do
}
public override void EndAbort ()
{
// nothing to do
}
Public Overrides Sub EndAbort()
End Sub
End Class
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.