AzureTableDataManager<T>.DeleteTableAsync 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.
Deletes the Azure table.
public System.Threading.Tasks.Task DeleteTableAsync ();
member this.DeleteTableAsync : unit -> System.Threading.Tasks.Task
Public Function DeleteTableAsync () As Task
Returns
Completion promise for this operation.