次の方法で共有


TestCluster.StopSiloAsync(SiloHandle) メソッド

定義

指定したサイロの準正常な停止を実行します。

public System.Threading.Tasks.Task StopSiloAsync (Orleans.TestingHost.SiloHandle instance);
member this.StopSiloAsync : Orleans.TestingHost.SiloHandle -> System.Threading.Tasks.Task
Public Function StopSiloAsync (instance As SiloHandle) As Task

パラメーター

instance
SiloHandle

停止するサイロ。

戻り値

適用対象