次の方法で共有


TestCluster.RestartSiloAsync(SiloHandle) メソッド

定義

指定したサイロの停止または強制終了を行い、その後に再起動を行います。

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)

パラメーター

instance
SiloHandle

再起動するサイロ。

戻り値

適用対象