Amazon.KinesisFirehose.AmazonKinesisFirehoseClient.PutRecordBatchAsync C# (CSharp) Method

PutRecordBatchAsync() public method

Initiates the asynchronous execution of the PutRecordBatch operation.
public PutRecordBatchAsync ( PutRecordBatchRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisFirehose.Model.PutRecordBatchRequest Container for the necessary parameters to execute the PutRecordBatch operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<PutRecordBatchResponse> PutRecordBatchAsync(PutRecordBatchRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new PutRecordBatchRequestMarshaller();
            var unmarshaller = PutRecordBatchResponseUnmarshaller.Instance;

            return InvokeAsync<PutRecordBatchRequest,PutRecordBatchResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKinesisFirehoseClient::PutRecordBatchAsync ( string deliveryStreamName, List records, System cancellationToken = default(CancellationToken) ) : Task
AmazonKinesisFirehoseClient::PutRecordBatchAsync ( PutRecordBatchRequest request, PutRecordBatchResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonKinesisFirehoseClient::PutRecordBatchAsync ( string deliveryStreamName, List records, PutRecordBatchResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void