IBlobProvider.PutChunk, méthode
Associe un segment de contenu à blob donné dans le conteneur donné
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Sub PutChunk ( _
containerId As Guid, _
resourceId As String, _
contentBlock As Byte(), _
contentBlockLength As Integer, _
compressedLength As Long, _
offset As Long, _
isLastChunk As Boolean _
)
void PutChunk(
Guid containerId,
string resourceId,
byte[] contentBlock,
int contentBlockLength,
long compressedLength,
long offset,
bool isLastChunk
)
Paramètres
- containerId
Type : System.Guid
- resourceId
Type : System.String
- contentBlock
Type : array<System.Byte[]
- contentBlockLength
Type : System.Int32
- compressedLength
Type : System.Int64
- offset
Type : System.Int64
- isLastChunk
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.