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

要停止的孤岛。

返回

适用于