Amazon.SimpleDB.AmazonSimpleDBClient.BatchPutAttributesAsync C# (CSharp) Method

BatchPutAttributesAsync() public method

Initiates the asynchronous execution of the BatchPutAttributes operation.
public BatchPutAttributesAsync ( BatchPutAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request BatchPutAttributesRequest Container for the necessary parameters to execute the BatchPutAttributes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<BatchPutAttributesResponse> BatchPutAttributesAsync(BatchPutAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new BatchPutAttributesRequestMarshaller();
            var unmarshaller = BatchPutAttributesResponseUnmarshaller.Instance;

            return InvokeAsync<BatchPutAttributesRequest,BatchPutAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }