Compartir a través de


TeamFoundationFileCacheService.RetrieveFileFromCache (Método)

Recuperar un archivo de caché y envíelo al cliente.

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

Tipo: System.Boolean
True si el archivo se recupera de la memoria caché.

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationFileCacheService Clase

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)