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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
Azure SDK for .NET