# AzureTableJournalStorageOptions.ConfigureTableServiceClient(Func&lt;CancellationToken, Task&lt;TableServiceClient&gt;&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.journaling.azurestorage/orleans.journaling.azuretablejournalstorageoptions/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.journaling.azurestorage/orleans.journaling.azuretablejournalstorageoptions/methods/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Journaling.AzureStorage/AzureTableJournalStorageOptions.cs#L198-L199)

```csharp
public void ConfigureTableServiceClient(Func<CancellationToken, Task<TableServiceClient>> createClientCallback)
```

Configures the [AzureTableJournalStorageOptions](/orleans/docs/api/csharp/microsoft.orleans.journaling.azurestorage/orleans.journaling.azuretablejournalstorageoptions/) using the provided callback.

### Parameters

- `createClientCallback` (`Func<CancellationToken, Task<TableServiceClient>>`)
