Compensator.BeginPrepare 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 of the prepare phase of the transaction completion and the upcoming delivery of records.
public:
virtual void BeginPrepare();
public virtual void BeginPrepare ();
abstract member BeginPrepare : unit -> unit
override this.BeginPrepare : unit -> unit
Public Overridable Sub BeginPrepare ()
Examples
The following code example demonstrates the implementation of this method.
public:
virtual void BeginPrepare() override
{
// nothing to do
}
public override void BeginPrepare ()
{
// nothing to do
}
Public Overrides Sub BeginPrepare()
End Sub
' nothing to do
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา