Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Transmits this chunk to the client.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function TransmitChunk ( _
downloadState As IDownloadState, _
fileInformation As FileInformation, _
chunk As Byte(), _
offset As Long, _
length As Long _
) As Boolean
public bool TransmitChunk(
IDownloadState downloadState,
FileInformation fileInformation,
byte[] chunk,
long offset,
long length
)
public:
bool TransmitChunk(
IDownloadState^ downloadState,
FileInformation^ fileInformation,
array<unsigned char>^ chunk,
long long offset,
long long length
)
member TransmitChunk :
downloadState:IDownloadState *
fileInformation:FileInformation *
chunk:byte[] *
offset:int64 *
length:int64 -> bool
public function TransmitChunk(
downloadState : IDownloadState,
fileInformation : FileInformation,
chunk : byte[],
offset : long,
length : long
) : boolean
Parameters
- downloadState
Type: Microsoft.TeamFoundation.Server.Core.IDownloadState
- 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
.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.