IProcessTemplate.GetResource Method (TeamFoundationRequestContext, String, array<Byte %, Int64%)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetResource ( _
requestContext As TeamFoundationRequestContext, _
resourceName As String, _
<OutAttribute> ByRef hashValue As Byte(), _
<OutAttribute> ByRef contentLength As Long _
) As Stream
Stream GetResource(
TeamFoundationRequestContext requestContext,
string resourceName,
out byte[] hashValue,
out long contentLength
)
Stream^ GetResource(
TeamFoundationRequestContext^ requestContext,
String^ resourceName,
[OutAttribute] array<unsigned char>^% hashValue,
[OutAttribute] long long% contentLength
)
abstract GetResource :
requestContext:TeamFoundationRequestContext *
resourceName:string *
hashValue:byte[] byref *
contentLength:int64 byref -> Stream
function GetResource(
requestContext : TeamFoundationRequestContext,
resourceName : String,
hashValue : byte[],
contentLength : long
) : Stream
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- resourceName
Type: System.String
- hashValue
Type: array<System.Byte[]%
- contentLength
Type: System.Int64%
Return Value
Type: System.IO.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.