Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.EndGetRecords C# (CSharp) Method

EndGetRecords() public method

Finishes the asynchronous execution of the GetRecords operation.
public EndGetRecords ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.GetRecordsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRecords.
return Amazon.DynamoDBv2.Model.GetRecordsResponse
        public  GetRecordsResponse EndGetRecords(IAsyncResult asyncResult)
        {
            return EndInvoke<GetRecordsResponse>(asyncResult);
        }