Amazon.Kinesis.AmazonKinesisClient.EndPutRecords C# (CSharp) Method

EndPutRecords() public method

Finishes the asynchronous execution of the PutRecords operation.
public EndPutRecords ( IAsyncResult asyncResult ) : PutRecordsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutRecords.
return Amazon.Kinesis.Model.PutRecordsResponse
        public  PutRecordsResponse EndPutRecords(IAsyncResult asyncResult)
        {
            return EndInvoke<PutRecordsResponse>(asyncResult);
        }
AmazonKinesisClient