FileCacheService.RetrieveFileFromCache-Methode
Ruft eine Datei aus dem Cache ab und sendet sie an den Client.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function RetrieveFileFromCache ( _
requestContext As TeamFoundationRequestContext, _
fileInfo As FileInformation, _
downloadState As IDownloadState, _
compressOutput As Boolean _
) As Boolean
public bool RetrieveFileFromCache(
TeamFoundationRequestContext requestContext,
FileInformation fileInfo,
IDownloadState downloadState,
bool compressOutput
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fileInfo
Typ: Microsoft.TeamFoundation.Server.Core.FileInformation
- downloadState
Typ: Microsoft.TeamFoundation.Server.Core.IDownloadState
- compressOutput
Typ: System.Boolean
Rückgabewert
Typ: System.Boolean
True, wenn die Datei aus dem Cache abgerufen wurde.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.