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