Share via


IDownloadState.CacheMiss Method

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

Return Value

Type: System.IO.Stream
Returns Stream.

.NET Framework Security

See Also

Reference

IDownloadState Interface

Microsoft.TeamFoundation.Server.Core Namespace