Edit

Share via


TestCluster.RestartSiloAsync(SiloHandle) Method

Definition

Do a Stop or Kill of the specified silo, followed by a restart.

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)

Parameters

instance
SiloHandle

Silo to be restarted.

Returns

Applies to