DurabilityProvider.DeleteAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DeleteAsync(Boolean) | |
DeleteAsync() |
DeleteAsync(Boolean)
- Source:
- DurabilityProvider.cs
DurableTask.Core.IOrchestrationService.DeleteAsync(System.Boolean)
public System.Threading.Tasks.Task DeleteAsync (bool deleteInstanceStore);
abstract member DeleteAsync : bool -> System.Threading.Tasks.Task
override this.DeleteAsync : bool -> System.Threading.Tasks.Task
Public Function DeleteAsync (deleteInstanceStore As Boolean) As Task
Paramètres
- deleteInstanceStore
- Boolean
Retours
Implémente
DurableTask.Core.IOrchestrationService.DeleteAsync(System.Boolean)
S’applique à
DeleteAsync()
- Source:
- DurabilityProvider.cs
DurableTask.Core.IOrchestrationService.DeleteAsync
public System.Threading.Tasks.Task DeleteAsync ();
abstract member DeleteAsync : unit -> System.Threading.Tasks.Task
override this.DeleteAsync : unit -> System.Threading.Tasks.Task
Public Function DeleteAsync () As Task
Retours
Implémente
DurableTask.Core.IOrchestrationService.DeleteAsync
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET