# SkewedClockConfigurator Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.skewedclockconfigurator/)

## Configure(ISiloBuilder) {#configure-orleans-hosting-isilobuilder-2d13d985}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.skewedclockconfigurator/methods/configure-orleans-hosting-isilobuilder-2d13d985/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions.TestKit.Base/TestRunners/SkewedClockConfigurator.cs#L15-L17)

```csharp
public void Configure(ISiloBuilder hostBuilder)
```

Configures the silo builder.

### Parameters

- `hostBuilder` (`ISiloBuilder`): The silo builder.
