ICloudAppendBlob.AppendAsync(ArraySegment<Byte>, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- data
- ArraySegment<Byte>
- cancellationToken
- CancellationToken
Returns
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.