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
Function CacheMiss ( _
fileCacheService As FileCacheService, _
fileInfo As FileInformation, _
compressOutput As Boolean _
) As Stream
Stream CacheMiss(
FileCacheService fileCacheService,
FileInformation fileInfo,
bool compressOutput
)
Stream^ CacheMiss(
FileCacheService^ fileCacheService,
FileInformation^ fileInfo,
bool compressOutput
)
abstract CacheMiss :
fileCacheService:FileCacheService *
fileInfo:FileInformation *
compressOutput:bool -> Stream
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
Returns Stream.
.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.