TeamFoundationFileCacheService.RetrieveFileFromCache, méthode
Extrayez un fichier du cache et envoyez-le au client.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fileInfo
Type : Microsoft.TeamFoundation.Server.Core.FileInformation
- downloadState
Type : Microsoft.TeamFoundation.Server.Core.IDownloadState
- compressOutput
Type : System.Boolean
Valeur de retour
Type : System.Boolean
True si le fichier a été récupéré du cache.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.