AdjustTestQuotaTarget
Description
Adjusts the test database target for a quota row in design mode by a provided delta value. For example, the quota target can be decreased by 10 by providing -10 for deltaTarget.
This method can only be used if QuotaRowId was included from the GetQuotaList method. See note above. |
Signature
int AdjustTestQuotaTarget(string key, string projectId, string quotaName, int quotaRowId, int deltaTarget)