Skip to content

TestCluster.StopSiloAsync(SiloHandle, CancellationToken)

StopSiloAsync(SiloHandle, CancellationToken)

View source
public Task StopSiloAsync(SiloHandle instance, CancellationToken cancellationToken)
Do a semi-graceful Stop of the specified silo.

Parameters

instanceSiloHandle
Silo to be stopped.
cancellationTokenCancellationToken
The token used to cancel shutdown.