FeatureFlagClientExtensions 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.
Extension methods for FeatureFlagClient and its related models.
public static class FeatureFlagClientExtensions
type FeatureFlagClientExtensions = class
Public Module FeatureFlagClientExtensions
- Inheritance
-
FeatureFlagClientExtensions
Methods
| Name | Description |
|---|---|
| AsPages(AsyncPageable<FeatureFlag>, IEnumerable<MatchConditions>, String, Nullable<Int32>) |
Enumerate the values a Page<T> at a time, if they satisfy the match conditions for each page. This can be used to efficiently check for changes to a cache of pages of feature flags. This may make multiple service requests. |
| AsPages(Pageable<FeatureFlag>, IEnumerable<MatchConditions>, String, Nullable<Int32>) |
Enumerate the values a Page<T> at a time, if they satisfy the match conditions for each page. This can be used to efficiently check for changes to a cache of pages of feature flags. This may make multiple service requests. |