# SiloEventHubStreamConfiguratorExtensions.UseAzureTableCheckpointer(ISiloEventHubStreamConfigurator, Action&lt;OptionsBuilder&lt;AzureTableStreamCheckpointerOptions&gt;&gt;)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/EventHubStreamBuilder.cs#L48-L49)

```csharp
public static void UseAzureTableCheckpointer(this ISiloEventHubStreamConfigurator configurator, Action<OptionsBuilder<AzureTableStreamCheckpointerOptions>> configureOptions)
```

### Parameters

- `configurator` (`ISiloEventHubStreamConfigurator`)
- `configureOptions` (`Action<OptionsBuilder<AzureTableStreamCheckpointerOptions>>`)
