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

PutAttributesAsync() public method

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

            return InvokeAsync<PutAttributesRequest,PutAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }