Compartir a través de


TeamFoundationFileCacheService.RetrieveFile (Método)

Recuperar un archivo de caché y envíelo al cliente. Si el archivo no está en la memoria caché, obtengala de base de datos y también rellena la memoria caché.

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

Sintaxis

'Declaración
Public Sub RetrieveFile ( _
    requestContext As TeamFoundationRequestContext, _
    fileInfo As FileInformation, _
    downloadState As IDownloadState, _
    compressOutput As Boolean _
)
public void RetrieveFile(
    TeamFoundationRequestContext requestContext,
    FileInformation fileInfo,
    IDownloadState downloadState,
    bool compressOutput
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationFileCacheService Clase

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