Background service that checks for auctions that ended and notifies users More...


Public Member Functions | |
| AuctionBackgroundService (IServiceProvider serviceProvider) | |
| Initializes a new instance of the AuctionBackgroundService class. More... | |
Protected Member Functions | |
| override async Task | ExecuteAsync (CancellationToken stoppingToken) |
| Executes the background service. More... | |
Private Attributes | |
| readonly IServiceProvider | serviceProvider |
| The IServiceProvider instance. More... | |
Background service that checks for auctions that ended and notifies users
|
inline |
Initializes a new instance of the AuctionBackgroundService class.
| serviceProvider | The IServiceProvider instance. |
|
inlineprotected |
Executes the background service.
| stoppingToken | The stopping token. |
|
private |
The IServiceProvider instance.
1.9.1. All rights reserved.