Skip to content

AdoNetGatewayListProvider Constructors

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

AdoNetGatewayListProvider(ILogger<AdoNetGatewayListProvider>, IServiceProvider, IOptions<AdoNetClusteringClientOptions>, IOptions<GatewayOptions>, IOptions<ClusterOptions>)

View source
public AdoNetGatewayListProvider(ILogger<AdoNetGatewayListProvider> logger, IServiceProvider serviceProvider, IOptions<AdoNetClusteringClientOptions> options, IOptions<GatewayOptions> gatewayOptions, IOptions<ClusterOptions> clusterOptions)

Parameters

loggerILogger<AdoNetGatewayListProvider>
serviceProviderIServiceProvider
optionsIOptions<AdoNetClusteringClientOptions>
gatewayOptionsIOptions<GatewayOptions>
clusterOptionsIOptions<ClusterOptions>