FileSystemProvider.PutChunk 方法

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

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

参数

实现

IBlobProvider.PutChunk(Guid, String, array<Byte[], Int32, Int64, Int64, Boolean)

.NET Framework 安全性

请参阅

参考

FileSystemProvider 类

Microsoft.TeamFoundation.Framework.Server 命名空间