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

EndUpdateUsage() public method

Finishes the asynchronous execution of the UpdateUsage operation.
public EndUpdateUsage ( IAsyncResult asyncResult ) : UpdateUsageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUsage.
return Amazon.APIGateway.Model.UpdateUsageResponse
        public  UpdateUsageResponse EndUpdateUsage(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateUsageResponse>(asyncResult);
        }
AmazonAPIGatewayClient