The main entry point of the application. More...
Static Public Member Functions | |
static async Task | Main (string[] args) |
The main entry point of the application. More... | |
The main entry point of the application.
|
inlinestatic |
The main entry point of the application.
It's responsible for configuring services used by the application and starting it.
Configuration includes:
Additionally, it initializes the Auctions and Bidders groups services, and maps the SignalR hub.
The Auction background service is started by the Services.AuctionBackgroundService class and will run asynchronously throughout the application's lifetime to monitor ending auctions.
args | The command line arguments. |