Freigeben über


TeamFoundationFileService.RetrieveFile-Methode (TeamFoundationRequestContext, Int32, Boolean, array<Byte[]%, Int64%, CompressionType%)

Ruft eine Datei vom Blobspeicher ab

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

Syntax

'Declaration
Public Overridable Function RetrieveFile ( _
    requestContext As TeamFoundationRequestContext, _
    fileId As Integer, _
    compressOutput As Boolean, _
    <OutAttribute> ByRef hashValue As Byte(), _
    <OutAttribute> ByRef contentLength As Long, _
    <OutAttribute> ByRef compressionType As CompressionType _
) As Stream
public virtual Stream RetrieveFile(
    TeamFoundationRequestContext requestContext,
    int fileId,
    bool compressOutput,
    out byte[] hashValue,
    out long contentLength,
    out CompressionType compressionType
)

Parameter

Rückgabewert

Typ: System.IO.Stream

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationFileService Klasse

RetrieveFile-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace