Condividi tramite


Metodo FileCacheService.TransmitChunk

Trasmette questo blocco al client.

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

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FileCacheService Classe

Spazio dei nomi Microsoft.TeamFoundation.Server.Core