Compartilhar via


Método TeamFoundationFileCacheService.RetrieveFile

Recuperar um arquivo do cache e enviá-lo para o cliente. Se o arquivo não está no cache, obter-lo de base de dados e também preenche o cache.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationFileCacheService Classe

Namespace Microsoft.TeamFoundation.Server.Core