# SiloSqsStreamConfigurator Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.sqs/orleans.hosting.silosqsstreamconfigurator/)

## SiloSqsStreamConfigurator(string, Action&lt;Action&lt;IServiceCollection&gt;&gt;) {#constructor-string-system-action-system-action-microsoft-extensions-dependencyin-704ce1d2}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.sqs/orleans.hosting.silosqsstreamconfigurator/constructors/constructor-string-system-action-system-action-microsoft-extensions-dependencyin-704ce1d2/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/AWS/Orleans.Streaming.SQS/Streams/SQSStreamBuilder.cs#L12-L20)

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

### Parameters

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