Partager via


InProcessSiloHandle.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:
InProcessSiloHandle.cs

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)

Source:
InProcessSiloHandle.cs

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

ct
CancellationToken

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

Retours

S’applique à