ICloudAppendBlob.OpenWriteAsync Method

Definition

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

public:
 System::Threading::Tasks::Task<System::IO::Stream ^> ^ OpenWriteAsync();
public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteAsync ();
abstract member OpenWriteAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function OpenWriteAsync () As Task(Of Stream)

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.

Applies to