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
- containerId
Type: System.Guid
- resourceId
Type: System.String
- stream
Type: System.IO.Stream
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.