Amazon.Kinesis.AmazonKinesisClient.EndGetRecords C# (CSharp) 메소드

EndGetRecords() 공개 메소드

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