Create(IServiceProvider, string?)
static
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.
