Freigeben über


IDownloadState.TransmitChunk-Methode

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDownloadState Schnittstelle

Microsoft.TeamFoundation.Server.Core-Namespace