RestApiDownloadState.TransmitChunk-Methode
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
)
Parameter
- fileInfo
Typ: Microsoft.TeamFoundation.Server.Core.FileInformation
- chunk
Typ: array<System.Byte[]
- offset
Typ: System.Int64
- length
Typ: System.Int64
Rückgabewert
Typ: System.Boolean
Implementiert
IDownloadState.TransmitChunk(FileInformation, array<Byte[], Int64, Int64)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.