TestCluster.RestartStoppedSecondarySilo(String) 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.
Restart a previously stopped.
public Orleans.TestingHost.SiloHandle RestartStoppedSecondarySilo (string siloName);
member this.RestartStoppedSecondarySilo : string -> Orleans.TestingHost.SiloHandle
Public Function RestartStoppedSecondarySilo (siloName As String) As SiloHandle
Parameters
- siloName
- String
Silo to be restarted.