TestingSiloHost.StopSilo(SiloHandle) 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.
Do a semi-graceful Stop of the specified silo.
public void StopSilo (Orleans.TestingHost.SiloHandle instance);
member this.StopSilo : Orleans.TestingHost.SiloHandle -> unit
Public Sub StopSilo (instance As SiloHandle)
Parameters
- instance
- SiloHandle
Silo to be stopped.