FileSystemProvider.PutChunk 方法

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

語法

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

參數

Implements

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

.NET Framework 安全性

請參閱

參考

FileSystemProvider 類別

Microsoft.TeamFoundation.Framework.Server 命名空間