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

EndPutMethodResponse() public method

Finishes the asynchronous execution of the PutMethodResponse operation.
public EndPutMethodResponse ( IAsyncResult asyncResult ) : PutMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutMethodResponse.
return Amazon.APIGateway.Model.PutMethodResponseResponse
        public  PutMethodResponseResponse EndPutMethodResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<PutMethodResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient