Partilhar via


DurabilityProvider.StopAsync Método

Definição

Sobrecargas

StopAsync()
StopAsync(Boolean)

StopAsync()

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

Retornos

Implementações

DurableTask.Core.IOrchestrationService.StopAsync

Aplica-se a

StopAsync(Boolean)

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

Parâmetros

isForced
Boolean

Retornos

Implementações

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

Aplica-se a