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

UpdateApiKeyAsync() public method

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

            return InvokeAsync<UpdateApiKeyRequest,UpdateApiKeyResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient