InProcessTestCluster.KillSiloAsync(InProcessSiloHandle) 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 System.Threading.Tasks.Task KillSiloAsync(Orleans.TestingHost.InProcessSiloHandle instance);
member this.KillSiloAsync : Orleans.TestingHost.InProcessSiloHandle -> System.Threading.Tasks.Task
Public Function KillSiloAsync (instance As InProcessSiloHandle) As Task
Parameters
- instance
- InProcessSiloHandle
Silo to be killed.