Skip to content

AzureTableGrainStorageFactory Methods

Creates configured AzureTableGrainStorage instances.

Create(IServiceProvider, string)

static
View source
public static AzureTableGrainStorage Create(IServiceProvider services, string name)
Creates an Azure Table grain storage provider with the specified name.

Parameters

servicesIServiceProvider
The service provider.
namestring
The storage provider name.

Returns

The configured grain storage provider.