SiloHandle.StopSiloAsync Metodo

Definizione

Overload

StopSiloAsync(Boolean)

Arrestare il silo remoto

StopSiloAsync(CancellationToken)

Arrestare il silo remoto. Questo metodo non può essere usato con AppDomain

StopSiloAsync(Boolean)

Origine:
SiloHandle.cs

Arrestare il 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

Parametri

stopGracefully
Boolean

Specifica se il silo deve essere arrestato normalmente o bruscamente.

Restituisce

Si applica a

StopSiloAsync(CancellationToken)

Origine:
SiloHandle.cs

Arrestare il silo remoto. Questo metodo non può essere usato 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

Parametri

ct
CancellationToken

Specifica il token di annullamento da usare per la sequenza di arresto

Restituisce

Si applica a