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 命名空间