Metodo FileCacheService.RetrieveFileFromCache
Recupera un file dalla cache e lo invia al client.
Spazio dei nomi: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fileInfo
Tipo: Microsoft.TeamFoundation.Server.Core.FileInformation
- downloadState
Tipo: Microsoft.TeamFoundation.Server.Core.IDownloadState
- compressOutput
Tipo: System.Boolean
Valore restituito
Tipo: System.Boolean
True se il file è stato recuperato dalla cache.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.