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
- fileInformation
Type: Microsoft.TeamFoundation.Server.Core.FileInformation
- chunk
Type: array<System.Byte[]
- offset
Type: System.Int64
- length
Type: System.Int64
Return Value
Type: System.Boolean
Returns Boolean.
.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.