Skip to content

AzureBlobGrainStorageFactory Methods

Creates configured AzureBlobGrainStorage instances.

Create(IServiceProvider, string)

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

Parameters

servicesIServiceProvider
The service provider.
namestring
The storage provider name.

Returns

The configured grain storage provider.