Share via


IBlobProvider.PutChunk 方法

將內容區塊對特定 BLOB 中指定容器

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

IBlobProvider 介面

Microsoft.TeamFoundation.Framework.Server 命名空間