Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function CacheMiss ( _
fileCacheService As FileCacheService, _
fileInfo As FileInformation, _
compressOutput As Boolean _
) As Stream
public Stream CacheMiss(
FileCacheService fileCacheService,
FileInformation fileInfo,
bool compressOutput
)
public:
virtual Stream^ CacheMiss(
FileCacheService^ fileCacheService,
FileInformation^ fileInfo,
bool compressOutput
) sealed
abstract CacheMiss :
fileCacheService:FileCacheService *
fileInfo:FileInformation *
compressOutput:bool -> Stream
override CacheMiss :
fileCacheService:FileCacheService *
fileInfo:FileInformation *
compressOutput:bool -> Stream
public final function CacheMiss(
fileCacheService : FileCacheService,
fileInfo : FileInformation,
compressOutput : boolean
) : Stream
Parameters
- fileCacheService
Type: Microsoft.TeamFoundation.Server.Core.FileCacheService
- fileInfo
Type: Microsoft.TeamFoundation.Server.Core.FileInformation
- compressOutput
Type: System.Boolean
Return Value
Type: System.IO.Stream
Implements
IDownloadState.CacheMiss(FileCacheService, FileInformation, Boolean)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.