IDtcTransaction.Abort(IntPtr, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
中止交易。
public:
void Abort(IntPtr reason, int retaining, int async);
public void Abort (IntPtr reason, int retaining, int async);
abstract member Abort : nativeint * int * int -> unit
Public Sub Abort (reason As IntPtr, retaining As Integer, async As Integer)
參數
- retaining
- Int32
這個值必須為 false
。
- async
- Int32
async
為 true
時,會執行非同步 (Asynchronous) 中止,並且呼叫端必須使用 ITransactionOutcomeEvents
來得知交易的結果。
備註
您不應該實作這個介面的任何方法,因為它只供 TransactionInterop 類別內部使用,以代表命名空間介面的 ITransactionSystem.EnterpriseServices Unmanaged 版本。