Freigeben über


IBlobProvider.PutChunk-Methode

Setzt einen Block von Inhalten zum angegebenen BLOB in den angegebenen Container ein

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

Syntax

'Declaration
Sub PutChunk ( _
    containerId As Guid, _
    resourceId As String, _
    contentBlock As Byte(), _
    contentBlockLength As Integer, _
    compressedLength As Long, _
    offset As Long, _
    isLastChunk As Boolean _
)
void PutChunk(
    Guid containerId,
    string resourceId,
    byte[] contentBlock,
    int contentBlockLength,
    long compressedLength,
    long offset,
    bool isLastChunk
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IBlobProvider Schnittstelle

Microsoft.TeamFoundation.Framework.Server-Namespace