DurabilityProvider.DeleteAsync 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.
Overloads
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
Parameters
- deleteInstanceStore
- Boolean
Returns
Implements
DurableTask.Core.IOrchestrationService.DeleteAsync(System.Boolean)
Applies to
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
Returns
Implements
DurableTask.Core.IOrchestrationService.DeleteAsync
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET