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

EndGetIntegrationResponse() public method

Finishes the asynchronous execution of the GetIntegrationResponse operation.
public EndGetIntegrationResponse ( IAsyncResult asyncResult ) : GetIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetIntegrationResponse.
return Amazon.APIGateway.Model.GetIntegrationResponseResponse
        public  GetIntegrationResponseResponse EndGetIntegrationResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<GetIntegrationResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient