Upravit

Sdílet prostřednictvím


InProcessTestCluster.RestartStoppedSecondarySiloAsync(String) Method

Definition

Restart a previously stopped.

public System.Threading.Tasks.Task<Orleans.TestingHost.InProcessSiloHandle> RestartStoppedSecondarySiloAsync(string siloName);
member this.RestartStoppedSecondarySiloAsync : string -> System.Threading.Tasks.Task<Orleans.TestingHost.InProcessSiloHandle>
Public Function RestartStoppedSecondarySiloAsync (siloName As String) As Task(Of InProcessSiloHandle)

Parameters

siloName
String

Silo to be restarted.

Returns

Applies to