Método FileCacheService.TransmitChunk
Passa essa parte do cliente.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- downloadState
Tipo: Microsoft.TeamFoundation.Server.Core.IDownloadState
- fileInformation
Tipo: Microsoft.TeamFoundation.Server.Core.FileInformation
- chunk
Tipo: array<System.Byte[]
- offset
Tipo: System.Int64
- length
Tipo: System.Int64
Valor de retorno
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.