Share via


IBlobProvider.PutStream Method

Writes a stream of content to the given blob in the given container

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

Syntax

'Declaration
Sub PutStream ( _
    containerId As Guid, _
    resourceId As String, _
    stream As Stream _
)
void PutStream(
    Guid containerId,
    string resourceId,
    Stream stream
)
void PutStream(
    Guid containerId, 
    String^ resourceId, 
    Stream^ stream
)
abstract PutStream : 
        containerId:Guid * 
        resourceId:string * 
        stream:Stream -> unit
function PutStream(
    containerId : Guid, 
    resourceId : String, 
    stream : Stream
)

Parameters

.NET Framework Security

See Also

Reference

IBlobProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace