Interface ITargetingContextAccessor
-
public interface ITargetingContextAccessorInterface for providing a Targeting Context to the `Microsoft.TargetingFilter`.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mono<TargetingContext>getContextAsync()Returns the Targeting Context for Feature Targeting evaluation.
-
-
-
Method Detail
-
getContextAsync
Mono<TargetingContext> getContextAsync()
Returns the Targeting Context for Feature Targeting evaluation.- Returns:
- Mono<TargetContext>
-
-