Freigeben über


RestApiDownloadState.CacheMiss-Methode

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
)

Parameter

Rückgabewert

Typ: System.IO.Stream

Implementiert

IDownloadState.CacheMiss(FileCacheService, FileInformation, Boolean)

.NET Framework-Sicherheit

Siehe auch

Referenz

RestApiDownloadState Klasse

Microsoft.TeamFoundation.Server.Core-Namespace