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 を使用してトランザクションの結果を確認する必要があります。

適用対象