interface ResourceWalkerBudget<BudgetUsageType, EstimatedBudgetUsageType> : GeneralResourceWalkerBudget
A budget for a ResourceWalker that uses a BudgetUsageType to track the usage of the budget.
Type Parameters
BudgetUsageType
The type of the budget usage.
EstimatedBudgetUsageType
The type of the estimated budget usage.