Save a set of quota values for an account or a collection
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SaveQuotaValues ( _
    requestContext As TeamFoundationRequestContext, _
    quotaValues As IEnumerable(Of QuotaValue) _
)
public void SaveQuotaValues(
    TeamFoundationRequestContext requestContext,
    IEnumerable<QuotaValue> quotaValues
)
public:
void SaveQuotaValues(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<QuotaValue^>^ quotaValues
)
member SaveQuotaValues : 
        requestContext:TeamFoundationRequestContext * 
        quotaValues:IEnumerable<QuotaValue> -> unit
public function SaveQuotaValues(
    requestContext : TeamFoundationRequestContext, 
    quotaValues : IEnumerable<QuotaValue>
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- quotaValues
 Type: System.Collections.Generic.IEnumerable<QuotaValue>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.