FeatureFlagClientExtensions Class

Definition

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.

Applies to