Compartir a través de


SiloHandle.StopSiloAsync Método

Definición

Sobrecargas

StopSiloAsync(Boolean)

Detener el silo remoto

StopSiloAsync(CancellationToken)

Detenga el silo remoto. Este método no se puede usar con AppDomain

StopSiloAsync(Boolean)

Source:
SiloHandle.cs

Detener el silo remoto

public abstract System.Threading.Tasks.Task StopSiloAsync (bool stopGracefully);
abstract member StopSiloAsync : bool -> System.Threading.Tasks.Task
Public MustOverride Function StopSiloAsync (stopGracefully As Boolean) As Task

Parámetros

stopGracefully
Boolean

Especifica si el silo se debe detener correctamente o abruptamente.

Devoluciones

Se aplica a

StopSiloAsync(CancellationToken)

Source:
SiloHandle.cs

Detenga el silo remoto. Este método no se puede usar con AppDomain

public abstract System.Threading.Tasks.Task StopSiloAsync (System.Threading.CancellationToken ct);
abstract member StopSiloAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function StopSiloAsync (ct As CancellationToken) As Task

Parámetros

ct
CancellationToken

Especifica el token de cancelación que se va a usar para la secuencia de apagado.

Devoluciones

Se aplica a