Skip to content

TestCluster.RestartSiloAsync(SiloHandle)

RestartSiloAsync(SiloHandle)

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

Parameters

instanceSiloHandle
Silo to be restarted.