TimeWindowFilter Class
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.
A feature filter that can be used to activate a feature based on a time window.
[Microsoft.FeatureManagement.FilterAlias("Microsoft.TimeWindow")]
public class TimeWindowFilter : Microsoft.FeatureManagement.IFeatureFilter, Microsoft.FeatureManagement.IFilterParametersBinder
[<Microsoft.FeatureManagement.FilterAlias("Microsoft.TimeWindow")>]
type TimeWindowFilter = class
interface IFeatureFilter
interface IFeatureFilterMetadata
interface IFilterParametersBinder
Public Class TimeWindowFilter
Implements IFeatureFilter, IFilterParametersBinder
- Inheritance
-
TimeWindowFilter
- Attributes
- Implements
Constructors
TimeWindowFilter(ILoggerFactory) |
Creates a time window based feature filter. |
Methods
BindParameters(IConfiguration) |
Binds configuration representing filter parameters to TimeWindowFilterSettings. |
EvaluateAsync(FeatureFilterEvaluationContext) |
Evaluates whether a feature is enabled based on a configurable time window. |
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