Compartir a través de


IBlobProvider.PutChunk (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IBlobProvider Interfaz

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)