# SiloPersistentStreamConfiguratorExtension.UseConsistentRingQueueBalancer(ISiloPersistentStreamConfigurator)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.hosting.silopersistentstreamconfiguratorextension/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.hosting.silopersistentstreamconfiguratorextension/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueBalancer/PersistentStreamConfiguratorExtension.cs#L21-L22)

```csharp
public static void UseConsistentRingQueueBalancer(this ISiloPersistentStreamConfigurator configurator)
```

Configures the stream provider to use the consistent ring queue balancer.

### Parameters

- `configurator` (`ISiloPersistentStreamConfigurator`): The confiurator.
