ICloudAppendBlob.CreateAsync Method

Definition

Initiates an asynchronous operation to create an empty append blob.

public:
 System::Threading::Tasks::Task ^ CreateAsync();
public System.Threading.Tasks.Task CreateAsync ();
abstract member CreateAsync : unit -> System.Threading.Tasks.Task
Public Function CreateAsync () As Task

Returns

A Task object 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