Partager via


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

Valeur de retour

Type : System.Boolean
True si le fichier a été récupéré du cache.

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationFileCacheService Classe

Microsoft.TeamFoundation.Server.Core, espace de noms