Compartilhar via


Método FileCacheService.TransmitChunk

Passa essa parte do cliente.

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

Sintaxe

'Declaração
Public Function TransmitChunk ( _
    downloadState As IDownloadState, _
    fileInformation As FileInformation, _
    chunk As Byte(), _
    offset As Long, _
    length As Long _
) As Boolean
public bool TransmitChunk(
    IDownloadState downloadState,
    FileInformation fileInformation,
    byte[] chunk,
    long offset,
    long length
)

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

FileCacheService Classe

Namespace Microsoft.TeamFoundation.Server.Core