# SiloRecoverableStreamConfigurator Constructors

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

## SiloRecoverableStreamConfigurator(string, Action&lt;Action&lt;IServiceCollection&gt;&gt;, Func&lt;IServiceProvider, string, IQueueAdapterFactory&gt;) {#constructor-string-system-action-system-action-microsoft-extensions-dependencyin-b39d7800}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.hosting.silorecoverablestreamconfigurator/constructors/constructor-string-system-action-system-action-microsoft-extensions-dependencyin-b39d7800/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Common/RecoverableStreamConfigurator.cs#L55-L60)

```csharp
public SiloRecoverableStreamConfigurator(string name, Action<Action<IServiceCollection>> configureDelegate, Func<IServiceProvider, string, IQueueAdapterFactory> adapterFactory)
```

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

### Parameters

- `name` (`string`): The stream provider name.
- `configureDelegate` (`Action<Action<IServiceCollection>>`): The configuration delegate.
- `adapterFactory` (`Func<IServiceProvider, string, IQueueAdapterFactory>`): The adapter factory.
