DurabilityProvider.StopAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET