Freigeben über


FileCacheService.RetrieveFileFromCache-Methode

Ruft eine Datei aus dem Cache ab und sendet sie an den Client.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Function RetrieveFileFromCache ( _
    requestContext As TeamFoundationRequestContext, _
    fileInfo As FileInformation, _
    downloadState As IDownloadState, _
    compressOutput As Boolean _
) As Boolean
public bool RetrieveFileFromCache(
    TeamFoundationRequestContext requestContext,
    FileInformation fileInfo,
    IDownloadState downloadState,
    bool compressOutput
)

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn die Datei aus dem Cache abgerufen wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

FileCacheService Klasse

Microsoft.TeamFoundation.Server.Core-Namespace