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

EndPutRecord() public method

Finishes the asynchronous execution of the PutRecord operation.
public EndPutRecord ( IAsyncResult asyncResult ) : PutRecordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutRecord.
return Amazon.Kinesis.Model.PutRecordResponse
        public  PutRecordResponse EndPutRecord(IAsyncResult asyncResult)
        {
            return EndInvoke<PutRecordResponse>(asyncResult);
        }
AmazonKinesisClient