Finishes the asynchronous execution of the DeleteTable operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public DeleteTableResponse EndDeleteTable( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginDeleteTable.
 Return Value
 Return ValueReturns a DeleteTableResult from AmazonDynamoDBv2.
 See Also
 See Also