FileSystemProvider.PutChunk 方法
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Public Sub PutChunk ( _
containerId As Guid, _
resourceId As String, _
contentBlock As Byte(), _
contentBlockLength As Integer, _
compressedLength As Long, _
offset As Long, _
isLastChunk As Boolean _
)
public void PutChunk(
Guid containerId,
string resourceId,
byte[] contentBlock,
int contentBlockLength,
long compressedLength,
long offset,
bool isLastChunk
)
參數
- containerId
類型:System.Guid
- resourceId
類型:System.String
- contentBlock
類型:array<System.Byte[]
- contentBlockLength
類型:System.Int32
- compressedLength
類型:System.Int64
- offset
類型:System.Int64
- isLastChunk
類型:System.Boolean
實作
IBlobProvider.PutChunk(Guid, String, array<Byte[], Int32, Int64, Int64, Boolean)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。