Skip to content

InProcessTestCluster.StopSiloAsync(InProcessSiloHandle, CancellationToken)

StopSiloAsync(InProcessSiloHandle, CancellationToken)

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

Parameters

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