FileSystemProvider.PutChunk Method

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 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
)
public:
virtual void PutChunk(
    Guid containerId, 
    String^ resourceId, 
    array<unsigned char>^ contentBlock, 
    int contentBlockLength, 
    long long compressedLength, 
    long long offset, 
    bool isLastChunk
) sealed
abstract PutChunk : 
        containerId:Guid * 
        resourceId:string * 
        contentBlock:byte[] * 
        contentBlockLength:int * 
        compressedLength:int64 * 
        offset:int64 * 
        isLastChunk:bool -> unit  
override PutChunk : 
        containerId:Guid * 
        resourceId:string * 
        contentBlock:byte[] * 
        contentBlockLength:int * 
        compressedLength:int64 * 
        offset:int64 * 
        isLastChunk:bool -> unit
public final function PutChunk(
    containerId : Guid, 
    resourceId : String, 
    contentBlock : byte[], 
    contentBlockLength : int, 
    compressedLength : long, 
    offset : long, 
    isLastChunk : boolean
)

Parameters

Implements

IBlobProvider.PutChunk(Guid, String, array<Byte[], Int32, Int64, Int64, Boolean)

.NET Framework Security

See Also

Reference

FileSystemProvider Class

Microsoft.TeamFoundation.Framework.Server Namespace