IDownloadState.CacheMiss, méthode
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Function CacheMiss ( _
fileCacheService As FileCacheService, _
fileInfo As FileInformation, _
compressOutput As Boolean _
) As Stream
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
retourne Stream ;
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.