命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Sub PutChunk ( _
containerId As Guid, _
resourceId As Guid, _
contentBlock As Byte(), _
contentBlockLength As Integer, _
compressedLength As Long, _
offset As Long, _
isLastChunk As Boolean _
)
void PutChunk(
Guid containerId,
Guid resourceId,
byte[] contentBlock,
int contentBlockLength,
long compressedLength,
long offset,
bool isLastChunk
)
参数
- containerId
类型:System.Guid
- resourceId
类型:System.Guid
- contentBlock
类型:array<System.Byte[]
- contentBlockLength
类型:System.Int32
- compressedLength
类型:System.Int64
- offset
类型:System.Int64
- isLastChunk
类型:System.Boolean
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。