开始撤销一个事务(Transaction)的异步操作。
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
IAsyncResult BeginAbortTransaction( string transactionId, AsyncCallback callback, Object state )
Parameters
- transactionId
- Type: SystemString
事务(Transaction)ID。 - callback
- Type: SystemAsyncCallback
AsyncCallback委托。 - state
- Type: SystemObject
此请求的状态对象。
Return Value
Type: IAsyncResult引用该异步请求的IAsyncResult对象。
Exceptions
Exception | Condition |
---|---|
ArgumentException | transactionId为空引用或值为空字符串。 |
Remarks
See Also