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

EndUpdateUsagePlan() public method

Finishes the asynchronous execution of the UpdateUsagePlan operation.
public EndUpdateUsagePlan ( IAsyncResult asyncResult ) : UpdateUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUsagePlan.
return Amazon.APIGateway.Model.UpdateUsagePlanResponse
        public  UpdateUsagePlanResponse EndUpdateUsagePlan(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateUsagePlanResponse>(asyncResult);
        }
AmazonAPIGatewayClient