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

EndPutIntegration() public method

Finishes the asynchronous execution of the PutIntegration operation.
public EndPutIntegration ( IAsyncResult asyncResult ) : PutIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutIntegration.
return Amazon.APIGateway.Model.PutIntegrationResponse
        public  PutIntegrationResponse EndPutIntegration(IAsyncResult asyncResult)
        {
            return EndInvoke<PutIntegrationResponse>(asyncResult);
        }
AmazonAPIGatewayClient