這個專案專注於實作背景作業機制。
This project focus on implement background task mechanism.
練習實作背景作業機制於 .NET 上。
To practice how background task mechanism implement on .NET.
假如你想要直接測試應用程式,可以使用 Postman 或其他一些用於模擬 Client-side 行為的應用程式。
If you want to interactively test the application, you can use Postman or any other Http client.
透過 Visual Studio 2022 或者利用
dotnet run
指令先把專案跑起來。
- Run the project from Visual Studio 2022 or by typing
dotnet run
in a command window.
嘗試佇列任務。
回到命令列視窗,你將會看到以下訊息:
(可選) 你也可以設定佇列容量。