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
时,执行异步中止并且调用方必须使用 ITransactionOutcomeEvents
了解事务的结果。
注解
不应实现此接口的任何方法,因为类仅在TransactionInterop内部使用它来表示命名空间接口System.EnterpriseServices的非托管版本ITransaction。