共用方式為


TeamFoundationFileCacheService.UpdateCacheSize 方法

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Public Sub UpdateCacheSize ( _
    requestContext As TeamFoundationRequestContext, _
    serverId As String, _
    cacheSize As Long, _
    fileCount As Integer _
)
public void UpdateCacheSize(
    TeamFoundationRequestContext requestContext,
    string serverId,
    long cacheSize,
    int fileCount
)

參數

  • fileCount
    類型:System.Int32
    從快取中新增或移除的檔案數目。

.NET Framework 安全性

請參閱

參考

TeamFoundationFileCacheService 類別

Microsoft.TeamFoundation.Server.Core 命名空間