ContextualTargetingFilter Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a targeting contextual feature filter.
public ContextualTargetingFilter (Microsoft.Extensions.Options.IOptions<Microsoft.FeatureManagement.FeatureFilters.TargetingEvaluationOptions> options, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.FeatureManagement.FeatureFilters.ContextualTargetingFilter : Microsoft.Extensions.Options.IOptions<Microsoft.FeatureManagement.FeatureFilters.TargetingEvaluationOptions> * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.FeatureManagement.FeatureFilters.ContextualTargetingFilter
Public Sub New (options As IOptions(Of TargetingEvaluationOptions), loggerFactory As ILoggerFactory)
Parameters
- options
- IOptions<TargetingEvaluationOptions>
Options controlling the behavior of the targeting evaluation performed by the filter.
- loggerFactory
- ILoggerFactory
A logger factory for creating loggers.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET