TeamFoundationStrongBoxService.RetrieveFile Method
Namespace: Microsoft.TeamFoundation.Framework.Server
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, _
<OutAttribute> ByRef streamLength As Long _
) As Stream
public Stream RetrieveFile(
TeamFoundationRequestContext requestContext,
Guid drawerId,
string lookupKey,
out long streamLength
)
public:
Stream^ RetrieveFile(
TeamFoundationRequestContext^ requestContext,
Guid drawerId,
String^ lookupKey,
[OutAttribute] long long% streamLength
)
member RetrieveFile :
requestContext:TeamFoundationRequestContext *
drawerId:Guid *
lookupKey:string *
streamLength:int64 byref -> Stream
public function RetrieveFile(
requestContext : TeamFoundationRequestContext,
drawerId : Guid,
lookupKey : String,
streamLength : long
) : Stream
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- drawerId
Type: System.Guid
- lookupKey
Type: System.String
- streamLength
Type: System.Int64%
Return Value
Type: System.IO.Stream
Returns Stream.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.