TestCluster.RestartSiloAsync(SiloHandle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行指定定址接收器的停止或終止,後面接著重新開機。
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
要重新開機的定址接收器。