Upravit

Sdílet prostřednictvím


InProcessTestCluster.RestartSiloAsync(InProcessSiloHandle) Method

Definition

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

public System.Threading.Tasks.Task<Orleans.TestingHost.InProcessSiloHandle> RestartSiloAsync(Orleans.TestingHost.InProcessSiloHandle instance);
member this.RestartSiloAsync : Orleans.TestingHost.InProcessSiloHandle -> System.Threading.Tasks.Task<Orleans.TestingHost.InProcessSiloHandle>
Public Function RestartSiloAsync (instance As InProcessSiloHandle) As Task(Of InProcessSiloHandle)

Parameters

instance
InProcessSiloHandle

Silo to be restarted.

Returns

Applies to