Edit

Share via


AzureTableDataManager<T>.InitTableAsync Method

Definition

Connects to, or creates and initializes a new Azure table if it does not already exist.

public System.Threading.Tasks.Task InitTableAsync ();
member this.InitTableAsync : unit -> System.Threading.Tasks.Task
Public Function InitTableAsync () As Task

Returns

Completion promise for this operation.

Applies to