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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- name
Type: System.String
- value
Type: System.Int32
Implements
ITeamFoundationQuotaStorage.StoreQuotaValue(TeamFoundationRequestContext, String, 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.