# DeploymentBasedQueueBalancer.Create(IServiceProvider, string, IDeploymentConfiguration)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueBalancer/DeploymentBasedQueueBalancer.cs#L57-L58)

```csharp
public static IStreamQueueBalancer Create(IServiceProvider services, string name, IDeploymentConfiguration deploymentConfiguration)
```

### Parameters

- `services` (`IServiceProvider`)
- `name` (`string`)
- `deploymentConfiguration` (`IDeploymentConfiguration`)
