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