Freigeben über


StandaloneSiloHandle.StopSiloAsync Methode

Definition

Überlädt

StopSiloAsync(Boolean)

Beenden des Remotesilos

StopSiloAsync(CancellationToken)

Beenden Sie das Remotesilos. Diese Methode kann nicht mit AppDomain verwendet werden.

StopSiloAsync(Boolean)

Beenden des Remotesilos

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

Parameter

stopGracefully
Boolean

Gibt an, ob das Silo ordnungsgemäß oder abrupt beendet werden soll.

Gibt zurück

Gilt für:

StopSiloAsync(CancellationToken)

Beenden Sie das Remotesilos. Diese Methode kann nicht mit AppDomain verwendet werden.

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

Parameter

ct
CancellationToken

Gibt das Abbruchtoken an, das für die Herunterfahrsequenz verwendet werden soll.

Gibt zurück

Gilt für: