Freigeben über


ProcessTemplate.GetResource-Methode (TeamFoundationRequestContext, String, array<Byte %, Int64%)

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

Syntax

'Declaration
Public Function GetResource ( _
    requestContext As TeamFoundationRequestContext, _
    resourceName As String, _
    <OutAttribute> ByRef hashValue As Byte(), _
    <OutAttribute> ByRef contentLength As Long _
) As Stream
public Stream GetResource(
    TeamFoundationRequestContext requestContext,
    string resourceName,
    out byte[] hashValue,
    out long contentLength
)

Parameter

Rückgabewert

Typ: System.IO.Stream

Implementiert

IProcessTemplate.GetResource(TeamFoundationRequestContext, String, array<Byte[]%, Int64%)

.NET Framework-Sicherheit

Siehe auch

Referenz

ProcessTemplate Klasse

GetResource-Überladung

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace