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
- fileInfo
Type: Microsoft.TeamFoundation.Server.Core.FileInformation
- chunk
Type: array<System.Byte[]
- offset
Type: System.Int64
- length
Type: System.Int64
Return Value
Type: System.Boolean
Implements
IDownloadState.TransmitChunk(FileInformation, array<Byte[], Int64, Int64)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.