Skip to content

LogConsistencyProviderFactory Methods

Creates custom-storage log consistency providers from named options.

Create(IServiceProvider, string?)

static
View source
public static ILogViewAdaptorFactory Create(IServiceProvider services, string? name)
Creates a custom-storage log consistency provider.

Parameters

servicesIServiceProvider
The service provider.
namestring?
The name of the provider configuration.

Returns

The configured log view adaptor factory.