Share via


ITargetingContextAccessor.GetContextAsync Method

Definition

Retrieves the current targeting context.

public System.Threading.Tasks.ValueTask<Microsoft.FeatureManagement.FeatureFilters.TargetingContext> GetContextAsync ();
abstract member GetContextAsync : unit -> System.Threading.Tasks.ValueTask<Microsoft.FeatureManagement.FeatureFilters.TargetingContext>
Public Function GetContextAsync () As ValueTask(Of TargetingContext)

Returns

The current targeting context.

Applies to