InProcessSiloHandle.StopSiloAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StopSiloAsync(Boolean) |
Stop the remote silo |
StopSiloAsync(CancellationToken) |
Stop the remote silo. This method cannot be use with AppDomain |
StopSiloAsync(Boolean)
- Source:
- InProcessSiloHandle.cs
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)
- Source:
- InProcessSiloHandle.cs
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
Specifies the cancellation token to use for the shutdown sequence