QuotaValueCollection.StoreQuotaValue Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub StoreQuotaValue ( _
    requestContext As TeamFoundationRequestContext, _
    name As String, _
    value As Integer _
)
public void StoreQuotaValue(
    TeamFoundationRequestContext requestContext,
    string name,
    int value
)
public:
virtual void StoreQuotaValue(
    TeamFoundationRequestContext^ requestContext, 
    String^ name, 
    int value
) sealed
abstract StoreQuotaValue : 
        requestContext:TeamFoundationRequestContext * 
        name:string * 
        value:int -> unit  
override StoreQuotaValue : 
        requestContext:TeamFoundationRequestContext * 
        name:string * 
        value:int -> unit
public final function StoreQuotaValue(
    requestContext : TeamFoundationRequestContext, 
    name : String, 
    value : int
)

Parameters

Implements

ITeamFoundationQuotaStorage.StoreQuotaValue(TeamFoundationRequestContext, String, Int32)

.NET Framework Security

See Also

Reference

QuotaValueCollection Class

Microsoft.TeamFoundation.Framework.Server Namespace