Freigeben über


RestApiDownloadState.TransmitChunk-Methode

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

Syntax

'Declaration
Public Function TransmitChunk ( _
    fileInfo As FileInformation, _
    chunk As Byte(), _
    offset As Long, _
    length As Long _
) As Boolean
public bool TransmitChunk(
    FileInformation fileInfo,
    byte[] chunk,
    long offset,
    long length
)

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

IDownloadState.TransmitChunk(FileInformation, array<Byte[], Int64, Int64)

.NET Framework-Sicherheit

Siehe auch

Referenz

RestApiDownloadState Klasse

Microsoft.TeamFoundation.Server.Core-Namespace