Esempio n. 1
0
 protected override async Task InitializeCoreAsync(CancellationToken cancellationToken)
 {
     _iconCache = await GraphIconCache.CreateAsync(_serviceProvider);
 }
Esempio n. 2
0
        protected override async Task InitializeCoreAsync(CancellationToken cancellationToken)
        {
            _aggregateSnapshotProvider.SnapshotChanged += OnSnapshotChanged;

            _iconCache = await GraphIconCache.CreateAsync(_serviceProvider);
        }