Share via


IDownloadState.TransmitChunk Method

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

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IDownloadState Interface

Microsoft.TeamFoundation.Server.Core Namespace