StopSiloAsync(InProcessSiloHandle, CancellationToken)
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.
