Partager via


SiloHandle.StopSiloAsync Méthode

Définition

Surcharges

StopSiloAsync(Boolean)

Arrêter le silo distant

StopSiloAsync(CancellationToken)

Arrêtez le silo distant. Cette méthode ne peut pas être utilisée avec AppDomain

StopSiloAsync(Boolean)

Source:
SiloHandle.cs

Arrêter le silo distant

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

Paramètres

stopGracefully
Boolean

Spécifie si le silo doit être arrêté correctement ou brusquement.

Retours

S’applique à

StopSiloAsync(CancellationToken)

Source:
SiloHandle.cs

Arrêtez le silo distant. Cette méthode ne peut pas être utilisée avec 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

Paramètres

ct
CancellationToken

Spécifie le jeton d’annulation à utiliser pour la séquence d’arrêt

Retours

S’applique à