ICloudAppendBlob.AppendAsync(ArraySegment<Byte>, CancellationToken) Method

Definition

Initiates an asynchronous operation to open a stream for writing to the blob.

public:
 System::Threading::Tasks::Task ^ AppendAsync(ArraySegment<System::Byte> data, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task AppendAsync (ArraySegment<byte> data, System.Threading.CancellationToken cancellationToken);
abstract member AppendAsync : ArraySegment<byte> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function AppendAsync (data As ArraySegment(Of Byte), cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

Returns

Task

A Task<TResult> object of type Stream that represents the asynchronous operation.

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to