InProcessTestCluster.RestartSiloAsync(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 Stop or Kill of the specified silo, followed by a restart.
public System.Threading.Tasks.Task<Orleans.TestingHost.InProcessSiloHandle> RestartSiloAsync(Orleans.TestingHost.InProcessSiloHandle instance);
member this.RestartSiloAsync : Orleans.TestingHost.InProcessSiloHandle -> System.Threading.Tasks.Task<Orleans.TestingHost.InProcessSiloHandle>
Public Function RestartSiloAsync (instance As InProcessSiloHandle) As Task(Of InProcessSiloHandle)
Parameters
- instance
- InProcessSiloHandle
Silo to be restarted.