次の方法で共有


TestCluster.RestartStoppedSecondarySiloAsync(String) メソッド

定義

以前に停止した を再起動します。

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)

パラメーター

siloName
String

再起動するサイロ。

戻り値

適用対象