TestCluster.StopSiloAsync(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 System.Threading.Tasks.Task StopSiloAsync (Orleans.TestingHost.SiloHandle instance);
member this.StopSiloAsync : Orleans.TestingHost.SiloHandle -> System.Threading.Tasks.Task
Public Function StopSiloAsync (instance As SiloHandle) As Task
Parameters
- instance
- SiloHandle
Silo to be stopped.