Finishes the asynchronous execution of the GetRecords operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public GetRecordsResponse EndGetRecords( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginGetRecords.
 Return Value
 Return ValueReturns a GetRecordsResult from AmazonKinesis.
 See Also
 See Also