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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET