Share via


RestApiDownloadState.TransmitChunk Method

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
)
public:
virtual bool TransmitChunk(
    FileInformation^ fileInfo, 
    array<unsigned char>^ chunk, 
    long long offset, 
    long long length
) sealed
abstract TransmitChunk : 
        fileInfo:FileInformation * 
        chunk:byte[] * 
        offset:int64 * 
        length:int64 -> bool  
override TransmitChunk : 
        fileInfo:FileInformation * 
        chunk:byte[] * 
        offset:int64 * 
        length:int64 -> bool
public final function TransmitChunk(
    fileInfo : FileInformation, 
    chunk : byte[], 
    offset : long, 
    length : long
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

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

.NET Framework Security

See Also

Reference

RestApiDownloadState Class

Microsoft.TeamFoundation.Server.Core Namespace