Freigeben über


FileCacheService.RetrieveFileFromDatabase-Methode

Ruft eine Datei aus der Datenbank ab, wird dieses im Cache 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 Sub RetrieveFileFromDatabase ( _
    requestContext As TeamFoundationRequestContext, _
    fileInfo As FileInformation, _
    downloadState As IDownloadState, _
    compressOutput As Boolean, _
    databaseStream As Stream _
)
public void RetrieveFileFromDatabase(
    TeamFoundationRequestContext requestContext,
    FileInformation fileInfo,
    IDownloadState downloadState,
    bool compressOutput,
    Stream databaseStream
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

FileCacheService Klasse

Microsoft.TeamFoundation.Server.Core-Namespace