AzureTableTransactionSiloBuilderExtensions
class
Namespace: Orleans.Hosting
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.
public static class AzureTableTransactionSiloBuilderExtensionsMethods
AddAzureTableTransactionalStateStorage(ISiloBuilder, string, Action<AzureTableTransactionalStateOptions>)Configure silo to use azure table storage for transactional grain storage.AddAzureTableTransactionalStateStorage(ISiloBuilder, string, Action<OptionsBuilder<AzureTableTransactionalStateOptions>>)Configure silo to use azure table storage for transactional grain storage.AddAzureTableTransactionalStateStorageAsDefault(ISiloBuilder, Action<AzureTableTransactionalStateOptions>)Configure silo to use azure table storage as the default transactional grain storage.AddAzureTableTransactionalStateStorageAsDefault(ISiloBuilder, Action<OptionsBuilder<AzureTableTransactionalStateOptions>>)Configure silo to use azure table storage as the default transactional grain storage.
