AppDomainSiloHandle.StopSilo(Boolean) 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.
Stop the remote silo
public override void StopSilo (bool stopGracefully);
override this.StopSilo : bool -> unit
Public Overrides Sub StopSilo (stopGracefully As Boolean)
Parameters
- stopGracefully
- Boolean
Specifies whether the silo should be stopped gracefully or abruptly.