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