Share via


ProxyStatistics.UpdateCacheSize Method

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

Syntax

'Declaration
Public Sub UpdateCacheSize ( _
    serverId As String, _
    cacheSize As Long, _
    fileCount As Integer _
)
public void UpdateCacheSize(
    string serverId,
    long cacheSize,
    int fileCount
)
public:
void UpdateCacheSize(
    String^ serverId, 
    long long cacheSize, 
    int fileCount
)
member UpdateCacheSize : 
        serverId:string * 
        cacheSize:int64 * 
        fileCount:int -> unit
public function UpdateCacheSize(
    serverId : String, 
    cacheSize : long, 
    fileCount : int
)

Parameters

.NET Framework Security

See Also

Reference

ProxyStatistics Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace