# SiloAzureQueueStreamConfigurator Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.siloazurequeuestreamconfigurator/)

## SiloAzureQueueStreamConfigurator(string, Action&lt;Action&lt;IServiceCollection&gt;&gt;) {#constructor-string-system-action-system-action-microsoft-extensions-dependencyin-761a29fe}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.siloazurequeuestreamconfigurator/constructors/constructor-string-system-action-system-action-microsoft-extensions-dependencyin-761a29fe/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/AzureQueue/AzureQueueStreamBuilder.cs#L45-L61)

```csharp
public SiloAzureQueueStreamConfigurator(string name, Action<Action<IServiceCollection>> configureServicesDelegate)
```

### Parameters

- `name` (`string`)
- `configureServicesDelegate` (`Action<Action<IServiceCollection>>`)
