IOtsBeginDeleteTable 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

IAsyncResult BeginDeleteTable(
	string tableName,
	AsyncCallback callback,
	Object state
)

Parameters

tableName
Type: SystemString
表(Table)名。
callback
Type: SystemAsyncCallback
AsyncCallback委托。
state
Type: SystemObject
此请求的状态对象。

Return Value

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

ExceptionCondition
ArgumentException

tableName为空引用或值为空字符串,

- 或 -

违反OTS名称的命名规则。

See Also

Reference