Interface IAppFeatureFlagResult<T>
public interface IAppFeatureFlagResult<T> : IAppFeatureFlag
Type Parameters
T
Methods
GetValueAsync(IActionContext)
ValueTask<T> GetValueAsync(IActionContext ctx)
Parameters
ctx
IActionContext
Returns
- ValueTask<T>