Amazon.APIGateway.AmazonAPIGatewayClient.UpdateAccountAsync C# (CSharp) Method

UpdateAccountAsync() public method

Initiates the asynchronous execution of the UpdateAccount operation.
public UpdateAccountAsync ( UpdateAccountRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateAccountRequest Container for the necessary parameters to execute the UpdateAccount operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateAccountResponse> UpdateAccountAsync(UpdateAccountRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateAccountRequestMarshaller();
            var unmarshaller = UpdateAccountResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateAccountRequest,UpdateAccountResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient