OtsClientEndGetRowsByOffset Method Aliyun Open Services SDK for .NET
结束异步操作,获取表(Table)或视图(View)的指定偏移量开始的多行数据。

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public IEnumerable<Row> EndGetRowsByOffset(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
引用该异步请求的IAsyncResult对象。

Return Value

Type: IEnumerableRow

[Missing <returns> documentation for "M:Aliyun.OpenServices.OpenTableService.OtsClient.EndGetRowsByOffset(System.IAsyncResult)"]

Implements

IOtsEndGetRowsByOffset(IAsyncResult)
Exceptions

ExceptionCondition
ArgumentNullExceptionasyncResult为空引用。
OtsException

OTS访问返回错误消息。

WebException

由于网络原因请求失败,

- 或 -

访问超时。

InvalidOperationException

返回结果解析错误。

See Also

Reference