Edit

Share via


StandaloneSiloHandle.StopSiloAsync Method

Definition

Overloads

StopSiloAsync(Boolean)

Stop the remote silo

StopSiloAsync(CancellationToken)

Stop the remote silo. This method cannot be use with AppDomain

StopSiloAsync(Boolean)

Stop the remote silo

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

Parameters

stopGracefully
Boolean

Specifies whether the silo should be stopped gracefully or abruptly.

Returns

Applies to

StopSiloAsync(CancellationToken)

Stop the remote silo. This method cannot be use with 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

Parameters

ct
CancellationToken

Specifies the cancellation token to use for the shutdown sequence

Returns

Applies to