Interface ITargetingContextAccessor
public interface ITargetingContextAccessor
Interface for providing a Targeting Context to the `Microsoft.TargetingFilter`.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Targeting Context for Feature Targeting evaluation.
-
Method Details
-
getContextAsync
Mono<TargetingContext> getContextAsync()Returns the Targeting Context for Feature Targeting evaluation.- Returns:
- Mono<TargetContext>
-