Share via


Metodo FileSystemProvider.PutChunk

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

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

Parametri

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FileSystemProvider Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server