Skip to content

InProcessTestCluster.RestartSiloAsync(InProcessSiloHandle)

RestartSiloAsync(InProcessSiloHandle)

View source
public Task<InProcessSiloHandle?> RestartSiloAsync(InProcessSiloHandle instance)
Do a Stop or Kill of the specified silo, followed by a restart.

Parameters

instanceInProcessSiloHandle
Silo to be restarted.