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

EndGetUsage() public method

Finishes the asynchronous execution of the GetUsage operation.
public EndGetUsage ( IAsyncResult asyncResult ) : GetUsageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsage.
return Amazon.APIGateway.Model.GetUsageResponse
        public  GetUsageResponse EndGetUsage(IAsyncResult asyncResult)
        {
            return EndInvoke<GetUsageResponse>(asyncResult);
        }
AmazonAPIGatewayClient