Skip to content

InProcessTestCluster.KillSiloAsync(InProcessSiloHandle, CancellationToken)

KillSiloAsync(InProcessSiloHandle, CancellationToken)

View source
public Task KillSiloAsync(InProcessSiloHandle instance, CancellationToken cancellationToken)
Do an immediate Kill of the specified silo.

Parameters

instanceInProcessSiloHandle
Silo to be killed.
cancellationTokenCancellationToken
The token used to cancel the operation.