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

PutIntegrationResponseAsync() public method

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

            return InvokeAsync<PutIntegrationResponseRequest,PutIntegrationResponseResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient