SiloHandle.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 abstract void StopSilo (bool stopGracefully);
abstract member StopSilo : bool -> unit
Public MustOverride Sub StopSilo (stopGracefully As Boolean)
Parameters
- stopGracefully
- Boolean
Specifies whether the silo should be stopped gracefully or abruptly.