# SiloPersistentStreamConfiguratorExtensions.ConfigurePullingAgent(ISiloPersistentStreamConfigurator, Action&lt;OptionsBuilder&lt;StreamPullingAgentOptions&gt;&gt;)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/ISiloPersistentStreamConfigurator.cs#L28-L29)

```csharp
public static void ConfigurePullingAgent(this ISiloPersistentStreamConfigurator configurator, Action<OptionsBuilder<StreamPullingAgentOptions>> configureOptions = null)
```

Configures the pulling agent.

### Parameters

- `configurator` (`ISiloPersistentStreamConfigurator`): The configuration builder.
- `configureOptions` (`Action<OptionsBuilder<StreamPullingAgentOptions>>`): The configuration delegate.
