InProcessTestCluster.StopSiloAsync(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 a semi-graceful Stop of the specified silo.
public System.Threading.Tasks.Task StopSiloAsync(Orleans.TestingHost.InProcessSiloHandle instance);
member this.StopSiloAsync : Orleans.TestingHost.InProcessSiloHandle -> System.Threading.Tasks.Task
Public Function StopSiloAsync (instance As InProcessSiloHandle) As Task
Parameters
- instance
- InProcessSiloHandle
Silo to be stopped.