Share via


DurableTaskExtension.DeleteTaskHubAsync Method

Definition

Deletes all data stored in the current task hub.

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

Returns

A task representing the async delete operation.

Applies to