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

EndPutRecord() public méthode

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