结束删除表(Table)及与此表一起创建的视图(View)的异步操作。
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
Parameters
- asyncResult
- Type: SystemIAsyncResult
引用该异步请求的IAsyncResult对象。
Implements
IOtsEndDeleteTable(IAsyncResult)Exceptions
Exception | Condition |
---|---|
ArgumentNullException | asyncResult为空引用。 |
OtsException | OTS访问返回错误消息。 |
WebException | 由于网络原因请求失败, - 或 - 访问超时。 |
InvalidOperationException | 返回结果解析错误。 |
See Also