IBlobProvider.GetStream Method

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 Guid _
) As Stream
Stream GetStream(
    Guid containerId,
    Guid resourceId
)
Stream^ GetStream(
    Guid containerId, 
    Guid resourceId
)
abstract GetStream : 
        containerId:Guid * 
        resourceId:Guid -> Stream
function GetStream(
    containerId : Guid, 
    resourceId : Guid
) : Stream

Parameters

Return Value

Type: System.IO.Stream
Returns Stream.

.NET Framework Security

See Also

Reference

IBlobProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace