Share via


IBlobProvider.GetStream Method

Returns a content stream for the given resource in the given container

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

Syntax

'Declaration
Function GetStream ( _
    containerId As Guid, _
    resourceId As String _
) As Stream
Stream GetStream(
    Guid containerId,
    string resourceId
)
Stream^ GetStream(
    Guid containerId, 
    String^ resourceId
)
abstract GetStream : 
        containerId:Guid * 
        resourceId:string -> Stream
function GetStream(
    containerId : Guid, 
    resourceId : String
) : Stream

Parameters

Return Value

Type: System.IO.Stream

.NET Framework Security

See Also

Reference

IBlobProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace