# TransactionalStateFactory.Create(TransactionalStateConfiguration)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactionalstatefactory/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactionalstatefactory/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/State/TransactionalStateFactory.cs#L20-L23)

```csharp
public ITransactionalState<TState> Create<TState>(TransactionalStateConfiguration config)
```

### Parameters

- `config` (`TransactionalStateConfiguration`)
