Share via


QuotaValueCollection.StoreQuotaValue-Methode

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
)

Parameter

Implementiert

ITeamFoundationQuotaStorage.StoreQuotaValue(TeamFoundationRequestContext, String, Int32)

.NET Framework-Sicherheit

Siehe auch

Referenz

QuotaValueCollection Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace