Skip to content

AdoNetGrainStorageFactory.Create(IServiceProvider, string)

Create(IServiceProvider, string)

static
View source
public static AdoNetGrainStorage Create(IServiceProvider services, string name)
Creates an ADO.NET grain storage provider with the specified name.

Parameters

servicesIServiceProvider
The service provider used to resolve dependencies and named options.
namestring
The storage provider name.

Returns

The configured ADO.NET grain storage provider.