# SiloAzureQueueJsonStreamConfigurator Constructors

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

## SiloAzureQueueJsonStreamConfigurator(string, Action&lt;Action&lt;IServiceCollection&gt;&gt;) {#constructor-string-system-action-system-action-microsoft-extensions-dependencyin-5b8b2282}

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

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

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

Initializes a new instance of the [SiloAzureQueueJsonStreamConfigurator](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.siloazurequeuejsonstreamconfigurator/) class.

### Parameters

- `name` (`string`): The stream provider name.
- `configureServicesDelegate` (`Action<Action<IServiceCollection>>`): The delegate used to configure services.
