RestApiDownloadState.CacheMiss, méthode
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Public Function CacheMiss ( _
fileCacheService As FileCacheService, _
fileInfo As FileInformation, _
compressOutput As Boolean _
) As Stream
public Stream CacheMiss(
FileCacheService fileCacheService,
FileInformation fileInfo,
bool compressOutput
)
Paramètres
- fileCacheService
Type : Microsoft.TeamFoundation.Server.Core.FileCacheService
- fileInfo
Type : Microsoft.TeamFoundation.Server.Core.FileInformation
- compressOutput
Type : System.Boolean
Valeur de retour
Type : System.IO.Stream
Implémentations
IDownloadState.CacheMiss(FileCacheService, FileInformation, Boolean)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.