OtsClientBeginListTables Method Aliyun Open Services SDK for .NET
开始获取表(Table)名列表的异步操作。

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

public IAsyncResult BeginListTables(
	AsyncCallback callback,
	Object state
)

Parameters

callback
Type: SystemAsyncCallback
AsyncCallback委托。
state
Type: SystemObject
此请求的状态对象。

Return Value

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

Implements

IOtsBeginListTables(AsyncCallback, Object)
See Also

Reference