Share via


RestApiDownloadState.CacheMiss Method

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

Return Value

Type: System.IO.Stream

Implements

IDownloadState.CacheMiss(FileCacheService, FileInformation, Boolean)

.NET Framework Security

See Also

Reference

RestApiDownloadState Class

Microsoft.TeamFoundation.Server.Core Namespace