言語

ITransaction.Abort(BOID, Int32, Int32) メソッド

定義

トランザクションを中止します。

public:
 void Abort(System::EnterpriseServices::BOID % pboidReason, int fRetaining, int fAsync);
public void Abort(ref System.EnterpriseServices.BOID pboidReason, int fRetaining, int fAsync);
abstract member Abort : BOID * int * int -> unit
Public Sub Abort (ByRef pboidReason As BOID, fRetaining As Integer, fAsync As Integer)

パラメーター

pboidReason
BOID

トランザクションが中止される理由を示す省略可能な BOID 。 このパラメーターは、中止の理由が指定されていないことを示す nullできます。

fRetaining
Int32

falseである必要があります。

fAsync
Int32

fAsynctrueされると、非同期中止が実行され、呼び出し元はITransactionOutcomeEventsを使用してトランザクションの結果を学習する必要があります。

適用対象