Compartilhar via


Método FileSystemProvider.PutChunk

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

Sintaxe

'Declaração
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
)

Parâmetros

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

FileSystemProvider Classe

Namespace Microsoft.TeamFoundation.Framework.Server