Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- serverId
Type: System.String
- cacheSize
Type: System.Int64
- fileCount
Type: System.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.