Ejemplo n.º 1
0
        public override async Task Initialize()
        {
            await SchedulePeriodicRefresh(true).ConfigureAwait(false);

            _timer.Change(_options.RefreshInterval, _options.RefreshInterval);

            _remoteConfigLongPollService.Submit(Namespace, this);
        }
Ejemplo n.º 2
0
 private void ScheduleLongPollingRefresh()
 {
     m_remoteConfigLongPollService.Submit(m_namespace, this);
 }