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

EndUpdateIntegrationResponse() public method

Finishes the asynchronous execution of the UpdateIntegrationResponse operation.
public EndUpdateIntegrationResponse ( IAsyncResult asyncResult ) : UpdateIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateIntegrationResponse.
return Amazon.APIGateway.Model.UpdateIntegrationResponseResponse
        public  UpdateIntegrationResponseResponse EndUpdateIntegrationResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateIntegrationResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient