OtsClientBeginGetRowsByOffset Method (OffsetRowQueryCriteria, AsyncCallback, Object)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 IAsyncResult BeginGetRowsByOffset(
	OffsetRowQueryCriteria criteria,
	AsyncCallback callback,
	Object state
)

Parameters

criteria
Type: Aliyun.OpenServices.OpenTableServiceOffsetRowQueryCriteria
表示查询条件的OffsetRowQueryCriteria对象。
callback
Type: SystemAsyncCallback
AsyncCallback委托。
state
Type: SystemObject
此请求的状态对象。

Return Value

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

Implements

IOtsBeginGetRowsByOffset(OffsetRowQueryCriteria, AsyncCallback, Object)
Exceptions

ExceptionCondition
ArgumentExceptioncriteria包含的信息无效。
See Also

Reference