FileSystemProvider.PutChunk-Methode
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub PutChunk ( _
containerId As Guid, _
resourceId As Guid, _
contentBlock As Byte(), _
contentBlockLength As Integer, _
compressedLength As Long, _
offset As Long, _
isLastChunk As Boolean _
)
public void PutChunk(
Guid containerId,
Guid resourceId,
byte[] contentBlock,
int contentBlockLength,
long compressedLength,
long offset,
bool isLastChunk
)
Parameter
- containerId
Typ: System.Guid
- resourceId
Typ: System.Guid
- contentBlock
Typ: array<System.Byte[]
- contentBlockLength
Typ: System.Int32
- compressedLength
Typ: System.Int64
- offset
Typ: System.Int64
- isLastChunk
Typ: System.Boolean
Implementiert
IBlobProvider.PutChunk(Guid, Guid, array<Byte[], Int32, Int64, Int64, Boolean)
.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.