Esempio n. 1
0
        protected override async Task <RateLimitDescription> Execute(CancellationToken token)
        {
            var result = await _accessor.GetConfigurationAsync(token).ConfigureAwait(false);

            _handler?.Invoke(result.Result);
            return(result.RateLimit);
        }