FileSystemProvider.PutStream Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub PutStream ( _
containerId As Guid, _
resourceId As String, _
stream As Stream _
)
public void PutStream(
Guid containerId,
string resourceId,
Stream stream
)
public:
virtual void PutStream(
Guid containerId,
String^ resourceId,
Stream^ stream
) sealed
abstract PutStream :
containerId:Guid *
resourceId:string *
stream:Stream -> unit
override PutStream :
containerId:Guid *
resourceId:string *
stream:Stream -> unit
public final function PutStream(
containerId : Guid,
resourceId : String,
stream : Stream
)
Parameters
- containerId
Type: System.Guid
- resourceId
Type: System.String
- stream
Type: System.IO.Stream
Implements
IBlobProvider.PutStream(Guid, String, 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.