Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub StoreQuotaValue ( _
    requestContext As TeamFoundationRequestContext, _
    name As String, _
    value As Integer _
)
void StoreQuotaValue(
    TeamFoundationRequestContext requestContext,
    string name,
    int value
)
void StoreQuotaValue(
    TeamFoundationRequestContext^ requestContext, 
    String^ name, 
    int value
)
abstract StoreQuotaValue : 
        requestContext:TeamFoundationRequestContext * 
        name:string * 
        value:int -> unit
function StoreQuotaValue(
    requestContext : TeamFoundationRequestContext, 
    name : String, 
    value : int
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- name
 Type: System.String
- value
 Type: System.Int32
.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.