StandaloneSiloHandle.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)
Arrêter le silo distant
public override System.Threading.Tasks.Task StopSiloAsync (bool stopGracefully);
override this.StopSiloAsync : bool -> System.Threading.Tasks.Task
Public Overrides 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)
Arrêtez le silo distant. Cette méthode ne peut pas être utilisée avec AppDomain
public override System.Threading.Tasks.Task StopSiloAsync (System.Threading.CancellationToken ct);
override this.StopSiloAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function StopSiloAsync (ct As CancellationToken) As Task
Paramètres
Spécifie le jeton d’annulation à utiliser pour la séquence d’arrêt