# DefaultAdoNetGrainStorageOptionsHashPickerConfigurator Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.persistence.adonet/orleans.configuration.defaultadonetgrainstorageoptionshashpickerconfigurator/)

## PostConfigure(string, AdoNetGrainStorageOptions) {#postconfigure-string-orleans-configuration-adonetgrainstorageoptions-89a40e29}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.persistence.adonet/orleans.configuration.defaultadonetgrainstorageoptionshashpickerconfigurator/methods/postconfigure-string-orleans-configuration-adonetgrainstorageoptions-89a40e29/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/AdoNet/Orleans.Persistence.AdoNet/Options/AdoNetGrainStorageOptions.cs#L111-L116)

```csharp
public void PostConfigure(string name, AdoNetGrainStorageOptions options)
```

Configures a `TOptions` instance.

### Parameters

- `name` (`string`): The name of the options instance being configured.
- `options` (`AdoNetGrainStorageOptions`): The options instance to configured.
