Finishes the asynchronous execution of the Scan operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
ScanResponse EndScan( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginScan.
 Return Value
 Return ValueReturns a ScanResult from AmazonDynamoDB.
 See Also
 See Also