AddFileGrainStorage(IServiceCollection, string, Action<FileGrainStorageOptions>)
staticextension
public static IServiceCollection AddFileGrainStorage(this IServiceCollection services, string providerName, Action<FileGrainStorageOptions> options) Configures a named file grain storage provider.
Parameters
servicesIServiceCollection- The service collection.
providerNamestring- The storage provider name.
optionsAction<FileGrainStorageOptions>- The configuration delegate.
Returns
The service collection.
