Create(IServiceProvider, string, Func<IServiceProvider, string, IGrainStorage>)
static
public static IGrainStorage Create(IServiceProvider services, string name, Func<IServiceProvider, string, IGrainStorage> injectedGrainStorageFactory) Creates a new
FaultInjectionGrainStorage instance. Parameters
servicesIServiceProvider- The services.
namestring- The storage provider name.
injectedGrainStorageFactoryFunc<IServiceProvider, string, IGrainStorage>- The injected grain storage factory.
Returns
The new instance.
