SiloHandle.StopSiloAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Spécifie le jeton d’annulation à utiliser pour la séquence d’arrêt