开始获取表(Table)或视图(View)中的一行数据的异步操作。
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
IAsyncResult BeginGetRow( SingleRowQueryCriteria criteria, string transactionId, AsyncCallback callback, Object state )
Parameters
- criteria
- Type: Aliyun.OpenServices.OpenTableServiceSingleRowQueryCriteria
表示查询条件的SingleRowQueryCriteria对象。 - transactionId
- Type: SystemString
事务ID,不为空时表示该操作在该事务中进行。 - callback
- Type: SystemAsyncCallback
AsyncCallback委托。 - state
- Type: SystemObject
此请求的状态对象。
Return Value
Type: IAsyncResult引用该异步请求的IAsyncResult对象。
Exceptions
Exception | Condition |
---|---|
ArgumentException | criteria包含的信息无效。 |
See Also