Amazon.Kinesis.AmazonKinesisClient.EndGetRecords C# (CSharp) Méthode

EndGetRecords() public méthode

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