开始删除指定行或行中的数据的异步操作。
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
public IAsyncResult BeginDeleteData( string tableName, RowDeleteChange rowChange, AsyncCallback callback, Object state )
Parameters
- tableName
- Type: SystemString
表(Table)名,不能为视图(View)名。 - rowChange
- Type: Aliyun.OpenServices.OpenTableServiceRowDeleteChange
包含数据的RowDeleteChange对象。 - callback
- Type: SystemAsyncCallback
AsyncCallback委托。 - state
- Type: SystemObject
此请求的状态对象。
Return Value
Type: IAsyncResult引用该异步请求的IAsyncResult对象。
Implements
IOtsBeginDeleteData(String, RowDeleteChange, AsyncCallback, Object)Exceptions
Exception | Condition |
---|---|
ArgumentException | tableName为空引用或值为空字符串, - 或 - talbeName违反OTS名称的命名规则。 - 或 - rowChange包含的信息无效。 |
ArgumentNullException | row为空引用。 |
See Also