# AzureStorageOperationOptions.ConfigureTableServiceClient(Func&lt;Task&lt;TableServiceClient&gt;&gt;)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStorageOperationOptions.cs#L91-L92)

```csharp
[System.Obsolete(Set the TableServiceClient property directly.)]
public void ConfigureTableServiceClient(Func<Task<TableServiceClient>> createClientCallback)
```

Configures the [AzureStorageOperationOptions](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.streaming.azurestorage.azurestorageoperationoptions/) using the provided callback.

### Parameters

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