Freigeben über


IBlobProvider.PutStream-Methode

Schreibt einen Stream von Inhalten zum angegebenen Blob im angegebenen 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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IBlobProvider Schnittstelle

Microsoft.TeamFoundation.Framework.Server-Namespace