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

UpdateIntegrationAsync() public method

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

            return InvokeAsync<UpdateIntegrationRequest,UpdateIntegrationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient