# AzureTableTransactionalStateStorageFactory

Package: [Microsoft.Orleans.Transactions.AzureStorage](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Transactions.AzureStorage) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Transactions.AzureStorage/TransactionalState/AzureTableTransactionalStateStorageFactory.cs#L16)

```csharp
public class AzureTableTransactionalStateStorageFactory : ILifecycleParticipant<ISiloLifecycle>, ITransactionalStateStorageFactory
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [AzureTableTransactionalStateStorageFactory(string, AzureTableTransactionalStateOptions, IOptions&lt;ClusterOptions&gt;, IServiceProvider, ILoggerFactory)](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azuretabletransactionalstatestoragefactory/constructors/constructor-string-orleans-configuration-azuretabletransactionalstateoptions-mic-f2ee1505/)

## Methods

- [Create(string, IGrainContext)](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azuretabletransactionalstatestoragefactory/methods/create-1-string-orleans-runtime-igraincontext-3f77a9e8/)
- [Create(IServiceProvider, string)](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azuretabletransactionalstatestoragefactory/methods/create-system-iserviceprovider-string-55e587c4/)
- [Participate(ISiloLifecycle)](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azuretabletransactionalstatestoragefactory/methods/participate-orleans-runtime-isilolifecycle-221f8a3b/)
