Share via


TeamFoundationStrongBoxService.RetrieveFile Method

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

Syntax

'Declaration
Public Function RetrieveFile ( _
    requestContext As TeamFoundationRequestContext, _
    drawerId As Guid, _
    lookupKey As String, _
    streamLength As Long _
) As Stream
public Stream RetrieveFile(
    TeamFoundationRequestContext requestContext,
    Guid drawerId,
    string lookupKey,
    long streamLength
)
public:
Stream^ RetrieveFile(
    TeamFoundationRequestContext^ requestContext, 
    Guid drawerId, 
    String^ lookupKey, 
    long long streamLength
)
member RetrieveFile : 
        requestContext:TeamFoundationRequestContext * 
        drawerId:Guid * 
        lookupKey:string * 
        streamLength:int64 -> Stream
public function RetrieveFile(
    requestContext : TeamFoundationRequestContext, 
    drawerId : Guid, 
    lookupKey : String, 
    streamLength : long
) : Stream

Parameters

Return Value

Type: System.IO.Stream

.NET Framework Security

See Also

Reference

TeamFoundationStrongBoxService Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace