Compartir a través de


DurabilityProvider.CreateAsync Método

Definición

Sobrecargas

CreateAsync()
CreateAsync(Boolean)

CreateAsync()

Source:
DurabilityProvider.cs
DurableTask.Core.IOrchestrationService.CreateAsync
public System.Threading.Tasks.Task CreateAsync ();
abstract member CreateAsync : unit -> System.Threading.Tasks.Task
override this.CreateAsync : unit -> System.Threading.Tasks.Task
Public Function CreateAsync () As Task

Devoluciones

Implementaciones

DurableTask.Core.IOrchestrationService.CreateAsync

Se aplica a

CreateAsync(Boolean)

Source:
DurabilityProvider.cs
DurableTask.Core.IOrchestrationService.CreateAsync(System.Boolean)
public System.Threading.Tasks.Task CreateAsync (bool recreateInstanceStore);
abstract member CreateAsync : bool -> System.Threading.Tasks.Task
override this.CreateAsync : bool -> System.Threading.Tasks.Task
Public Function CreateAsync (recreateInstanceStore As Boolean) As Task

Parámetros

recreateInstanceStore
Boolean

Devoluciones

Implementaciones

DurableTask.Core.IOrchestrationService.CreateAsync(System.Boolean)

Se aplica a