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

EndGetUsagePlans() public method

Finishes the asynchronous execution of the GetUsagePlans operation.
public EndGetUsagePlans ( IAsyncResult asyncResult ) : GetUsagePlansResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlans.
return Amazon.APIGateway.Model.GetUsagePlansResponse
        public  GetUsagePlansResponse EndGetUsagePlans(IAsyncResult asyncResult)
        {
            return EndInvoke<GetUsagePlansResponse>(asyncResult);
        }
AmazonAPIGatewayClient