Amazon.APIGateway.AmazonAPIGatewayClient.EndPutIntegrationResponse C# (CSharp) Метод

EndPutIntegrationResponse() публичный Метод

Finishes the asynchronous execution of the PutIntegrationResponse operation.
public EndPutIntegrationResponse ( IAsyncResult asyncResult ) : PutIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutIntegrationResponse.
Результат Amazon.APIGateway.Model.PutIntegrationResponseResponse
        public  PutIntegrationResponseResponse EndPutIntegrationResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<PutIntegrationResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient