TestCluster.RestartStoppedSecondarySiloAsync(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 System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle> RestartStoppedSecondarySiloAsync (string siloName);
member this.RestartStoppedSecondarySiloAsync : string -> System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle>
Public Function RestartStoppedSecondarySiloAsync (siloName As String) As Task(Of SiloHandle)
Parameters
- siloName
- String
Silo to be restarted.