FileSystemProvider.GetStream Method

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

Syntax

'Declaration
Public Function GetStream ( _
    containerId As Guid, _
    resourceId As String _
) As Stream
public Stream GetStream(
    Guid containerId,
    string resourceId
)
public:
virtual Stream^ GetStream(
    Guid containerId, 
    String^ resourceId
) sealed
abstract GetStream : 
        containerId:Guid * 
        resourceId:string -> Stream  
override GetStream : 
        containerId:Guid * 
        resourceId:string -> Stream
public final function GetStream(
    containerId : Guid, 
    resourceId : String
) : Stream

Parameters

Return Value

Type: System.IO.Stream
Returns Stream.

Implements

IBlobProvider.GetStream(Guid, String)

.NET Framework Security

See Also

Reference

FileSystemProvider Class

Microsoft.TeamFoundation.Framework.Server Namespace