TestCluster.KillSilo(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 an immediate Kill of the specified silo.
public void KillSilo (Orleans.TestingHost.SiloHandle instance);
member this.KillSilo : Orleans.TestingHost.SiloHandle -> unit
Public Sub KillSilo (instance As SiloHandle)
Parameters
- instance
- SiloHandle
Silo to be killed.