Freigeben über


FileCacheService.TransmitChunk-Methode

Mittelt diesen Block dem Client über.

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

FileCacheService Klasse

Microsoft.TeamFoundation.Server.Core-Namespace