Amazon.Kinesis.AmazonKinesisClient.EndPutRecord C# (CSharp) Метод

EndPutRecord() публичный Метод

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