AzureTableDataManager<T>.InitTableAsync 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.
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.